Tutorial by Examples

Detailed instructions on getting sqlite3 set up or installed.
In order to view tables in a database, use the .tables command. Example: sqlite> .tables table1 table2 table3 table4 table5

Page 1 of 1