Q. xyz in the following MySQL statement is . . . . . . . .
CREATE VIEW xyz AS SELECT a, b FROM t;
CREATE VIEW xyz AS SELECT a, b FROM t;
β
Correct Answer: (C)
view
Explanation: This question is about understanding the CREATE VIEW statement in MySQL.