Home » MYSQL » Mysql miscellaneous » Question
  1. Which of these is the metadata log?
    1. binary log
    2. error log
    3. relay log
    4. ddl log
    5. None of these
Correct Option: D

The DDL log is also known as the metadata log. The metadata operations performed by the DDL statements. The Relay Log has the data changes received from a replication master server written in it.



Your comments will be displayed only after manual approval.