Select, Insert, Update, Delete
Select, Insert, Update, Delete
These commands will show records. The table should not be empty, if it is
empty it will give an error.
Insert command
• It is used to add new records or row to a table
Syntax :
UPDATE table_name SET column_name1 = value1, column_name2 =
value 2….. WHERE condition;
Syntax:
DELETE FROM table_name WHERE Condition