Sail E0 Webinar
Question
What will be the output of a query given below?SELECT person_id, Fname, lnameFROM person;
Options:
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


"SELECT clause is used to show all rows and columns that are mention with the query.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers