Sail E0 Webinar
Question
What will be the output of the query given below?SELECT emp_id, fname, lnameFROM employeeWHERE title='HEAD TELLER' AND start_date=2008-11-24;
Options:
A .  All columns
B .  Only those columns which are mention with SELECT" clause
C .  Columns mention with SELECT" clause and only those rows which contain 'HEAD TELLER' as a title" and start_date as 2008-11-24
D .  None of the mentioned
Answer: Option B


"WHERE clause is used to filter out unwanted rows and "SELECT clause is used to select columns from table.



Was this answer helpful ?

Submit Solution

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

Latest Videos

Latest Test Papers