INSERT INTO/ UPDATE / DELETE
Insert values into table for all columns
syntax
Insert values into table for certain columns
Syntax
Insert values from other table
syntax
Update
The update statement is used for changing values of existing table records
Syntax
Delete
The delete stament is used for deleting existing records from table
Syntax
Last updated