SQL
- SQL stands for Structured Query Language
- SQL is a command language for interacting with databases
- Most relational databases follow the SQL standard
- SQL is not case sensitive "create table" = "CREATE TABLE"
- We will use uppercase letters for SQL keywords and mixed case for table and column names