Examveda
Examveda

What will be the output of of the following SQL statement?
SELECT person_id, Fname, lname
FROM person;

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: Option A


This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous