MySQL SQL and MySQL Question #15442
MCQ Single Best Answer Easy

QWhich of the following statements is true regarding the storage engines in MySQL?

ID: #15442 SQL and MySQL 177 views
Question Info
#15442Q ID
EasyDifficulty
SQL and MySQLTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A MySQL uses a single storage engine, while SQL supports multiple storage engines.
  • B SQL uses a single storage engine, while MySQL supports multiple storage engines.
  • C MySQL and SQL use the same default storage engine.
  • D Both MySQL and SQL support multiple storage engines.
Correct Answer: Option B

Explanation

SQL, as a language, does not dictate the specific storage engine to be used. MySQL, on the other hand, is a DBMS that supports multiple storage engines, such as InnoDB, MyISAM, and more. Each storage engine has its own strengths and features.

Share This Question

Challenge a friend or share with your study group.