pub const SQL_QUERY_READ_TABLES: &str = "SHOW TABLES";
Provides all tables from the database. This query cannot be limited.