January 2018
Beginner to intermediate
402 pages
10h 6m
English
In addition to the SQLite dot commands, standard SQL queries, such as SELECT, INSERT, ALTER, DELETE, and more, can be issued to SQLite databases on the command line. Unlike the SQLite dot commands, standard SQL queries expect a semicolon at the end of the command.
Most of the databases that you will examine will contain only a reasonable number of records, so you can issue a SELECT statement, which outputs all of the data contained in the table. This will be covered in detail throughout this chapter.