Quiz 8
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
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.