How can I list the tables in a SQLite database file that was opened with ATTACH?
Asked 07 September, 2021
Viewed 1.4K times
  • 60
Votes

What SQL can be used to list the tables, and the rows within those tables in an SQLite database file - once I have attached it with the ATTACH command on the SQLite 3 command line tool?

17 Answer