Embed presentation
Download to read offline





SQL statements use keywords to perform actions like selecting, inserting, updating, and deleting data from databases. Common SQL commands include SELECT to extract data, UPDATE and DELETE to modify data, INSERT INTO to add new data, and CREATE commands to build databases, tables, and indexes. Keywords are not case sensitive and statements are separated by semicolons when multiple can run together.




