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
Use .help to check for available commands.
.help
.table
This command would show all tables under your current database.