-
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 Option: BExplanation:
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.