Title - SQL statement types Tags - sql sqlstatements
CREATE TABLE - to create new tables INSERT INTO - to insert a new row into a table SELECT - to fetch data from a database ALTER TABLE - to add a new column to a table UPDATE - to edit a row in a table DELETE FROM - to delete one or more rows from a table
Contraints
PRIMARY KEY UNIQUE NOT NULL DEFAULT