Multiple choice java Where is metadata stored in MySQL? In the MySQL databasemetadata In the MySQL databasemetasql In the MySQL databasemysql 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.