Examveda
Examveda

What will be the output of the following SQL statement?
SELECT *
 FROM person;

A. Show all rows and columns of table "person"

B. Show all rows of table "person"

C. Show all columns of table "person"

D. None of the mentioned

Answer: Option A


This Question Belongs to MySQL >> MySQL Miscellaneous

Join The Discussion

Related Questions on MySQL Miscellaneous