Question:We can view a list of the tables made available to a database with the show TABLES staement:
A mysql>SHOW TABLES; B mysql>OPEN TABLES; C mysql>SHOW TABLES: D mysql>SHOW TABLE;
+ AnswerA
+ Report