πŸ“Š MySQL
Q. Which program converts binary log files to statements in text form?
  • (A) mysqldump
  • (B) CREATE
  • (C) mysqlbin
  • (D) mysqlbinlog
πŸ’¬ Discuss
βœ… Correct Answer: (D) mysqlbinlog

Explanation: This question is about a tool used in MySQL to understand what happened in the database. MySQL keeps a record of changes made to the database in binary format, kind of like a secret code. This record is called a "binary log file".

Explanation by: Sandhya Thakur
This question is about a tool used in MySQL to understand what happened in the database. MySQL keeps a record of changes made to the database in binary format, kind of like a secret code. This record is called a "binary log file".

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
68
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Sandhya Thakur
Publisher
πŸ“ˆ
83%
Success Rate