A quick and easy way to list all tables in a database is:
SELECT * FROM information_schema.tables
Posted in Database Structure | No Comments »