Python - How to use Sqlite3 database Triggers - How to create Triggers - Part9
This part covers -
1. What is Trigger
2. How to create trigger
3. Implement Trigger that executes on insertion of a table & results into insertion of new records into new table with additional column like insertion time
4. How to refer values passed through insert statement to resulted table insertion
5. Breifly explanation on
- Trigger Events - INSERT, UPDATE, DELETE
- Timing for Events - After, Before, INSTEAD OF
No comments:
Post a Comment