Q. What is abc in the following statement?
Code:CREATE VIEW xyz (abc) AS SELECT a FROM t;
β
Correct Answer: (C)
column name
CREATE VIEW xyz (abc) AS SELECT a FROM t;
You must be Logged in to update hint/solution