Quiz 1

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

We'll cover the following...

Question # 1

1.

Which query/queries will print the version of MySQL?

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

B and C


1 / 1