How would you list the full set of tables in the currently selected database?
SHOW TABLES;
LIST TABLES;
SELECT ALL TABLES;
SELECT * FROM DATABASE;