I have a big SQLite database with a lot of tables I don't need (about 200 tables) and 10 tables I want to keep. I want to trim the database as much as I can, because it's going to go into an Android app. So, basically, I want to copy 10 tables from a SQLite database to another database, and discard the rest.
How can I achieve this?