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
As of the latest versions of SQLite 3 you can issue:
.fullschema
to see all of your create statements.