Quiz 1

Question # 1

Q

Which query/queries will print the version of MySQL?

A)
SELECT NOW();
B)
SELECT VERSION();
C)
SHOW VARIABLES LIKE "%version%";
D)

B and C

Level up your interview prep. Join Educative to access 70+ hands-on prep courses.