Quiz 8
Quiz yourself on views in MySQL.
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
Get hands-on with 1300+ tech skills courses.