1.

What will be the output of of the following SQL statement?

A. Show only columns (person_id, Fname, lname) and rows related to these columns
B. Show only columns (person_id, Fname, lname)
C. Show all rows
D. Show all columns except (person_id, Fname, lname)
Answer» B. Show only columns (person_id, Fname, lname)


Discussion

No Comment Found