Retrieve a list of all tables in the database Retrieve a list of all tables in the database sqlite sqlite

Retrieve a list of all tables in the database


Use

select name from sqlite_master where type = 'table'