Quiz 1

Quiz yourself on basic queries and commands, including DELETE, LIMIT, and DATE in MySQL.

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

Get hands-on with 1400+ tech skills courses.