I am in the process of developing a SQLite command editor for an Android application using Cordova. Within the app, users will have the ability to create unlimited tables and databases. When they enter the application, they must select a database from a popup menu before executing their queries. Additionally, I need to retrieve all table names from the specified database.
I attempted the following SQL query but it did not work.
SELECT name FROM master.dbo.sysdatabases