Quiz 8

Quiz yourself on views in MySQL.

We'll cover the following...

Question # 1

Q

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

Access this course and 1400+ top-rated courses and projects.