sqlite3

Getting started with sqlite3

Remarks#

This section provides an overview of what sqlite3 is, and why a developer might want to use it.

It should also mention any large subjects within sqlite3, and link out to the related topics. Since the Documentation for sqlite3 is new, you may need to create initial versions of those related topics.

Installation or Setup

Detailed instructions on getting sqlite3 set up or installed.

Show Tables

In order to view tables in a database, use the .tables command.

Example:

sqlite> .tables
table1           table2           table3         
table4           table5

This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow