January 2018
Beginner to intermediate
402 pages
10h 6m
English
Once you connect to a database, there are a number of built-in SQLite commands, which are known as dot commands and can be used to obtain information from the database files.
You can obtain the list of special commands by issuing the .help command in the SQLite prompt. These are SQLite-specific commands, and they do not require a semicolon at the end of the command. The most commonly used dot commands include the following:
