MySQL: show tables describe TABLE_NAME SQLite: select name from sqlite_master where type='table' pragma table_info('TABLE_NAME')