1.

What is abc in the following statement?
CREATE VIEW xyz (abc) AS SELECT a FROM t;

A. view
B. database
C. column name
D. row name
E. None of these
Answer» D. row name


Discussion

No Comment Found