April 2018
Beginner
552 pages
13h 58m
English
There are many variants of SQL servers available (such as MySQL, Microsoft SQL Server, and PostgreSQL), however they should at least have the following primary commands (or equivalent):
CREATE, INSERT, SELECT, WHERE, UPDATE, SET, DELETE, and DROP
You should find that even if you choose to use a different SQL server to the SQLite one used here, the SQL commands will be relatively similar.