Discuss some of the various ways MySQL allows you to explore
Discuss some of the various ways MySQL allows you to explore a database and it\'s architecture.
Solution
The CLI mysql utility combined with 14.7.5 SHOW Syntax is one of the way to get most information from MySQL.
Sometimes there is a need to query tables in system databases like information_schema, mysql, performance_schema.
