1.

What is name in the following statement?
SELECT name FROM table1 UNION name FROM table2;

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


Discussion

No Comment Found