Which of the following correctly demonstrates using mysqlshow to display the names of tables in the world database?
A.
mysqlshow world
B.
mysqlshow tables world
C.
mysqlshow world tables
Explanation:
mysqlshow world displays a list of all tables in the database. Similar to SHOW TABLES for the database.