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