SQLzoo.net

Get a list of all tables

SQLite
We should expect to find a system table that includes a list of tables. We should expect this to contain a great deal of extra data that is hard to understand.


Specific to SQLite
The table sqlite_master lists tables and indexes.

Related links:

  • META DATA