Multiple choice java

Where is metadata stored in MySQL?

  1. In the MySQL databasemetadata

  2. In the MySQL databasemetasql

  3. In the MySQL databasemysql

  4. None of the above is correct.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

MySQL stores system metadata (table definitions, user privileges, etc.) in a specific system database named 'mysql'. This database contains tables like 'user', 'db', and 'tables_priv'. Options A and B do not exist as standard system databases.