Basic Operations
Create Table
Alter Table
Add Index
Add Check
Add Unique
Add Foreign Key
We have 2 options to add foreign key
Delete Table
Truncate Table
Tips and Tricks
Automate created_at and update_at column
Create function and trigger to automatically update created_at
and updated_at
column.