Q. abc in the following MySQL statement is . . . . . . . .
CREATE VIEW xyz (abc) AS SELECT a FROM t;
CREATE VIEW xyz (abc) AS SELECT a FROM t;
β
Correct Answer: (B)
column name
Explanation: This question is about understanding the structure of a MySQL VIEW. Here's how to break it down: