Home » MYSQL » MySQL Database Operations » Question
  1. The metadata log is _______________.
    1. ddl log
    2. relay log
    3. error log
    4. binary log
    5. None of these
Correct Option: A

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.