-
SQL Cheatsheet
CREATE TABLE: Create a new table with a primary key and a foreign key Basic Commands SELECT: Retrieve data from a database INSERT: Insert data into a table UPDATE: Update existing data within a table DELETE: Delete data from a table Filtering and Sorting WHERE: Filter records AND, OR, NOT: Combine multiple conditions ORDER BY:…