Quiz 8

Quiz yourself on views in MySQL.

We'll cover the following...

Question # 1

1.

What is b in the following MySQL statement?

CREATE VIEW a (b) AS SELECT c FROM d;
A.

Row name

B.

Column name

C.

View name

D.

Database name


1 / 1