1.

What will be the output of the query given below?SELECT emp_id, fname, lnameFROM employeeWHERE title='Manager AND start_date > 2016-03-20;

A. Columns mention with SELECT clause and only those rows which contain Manager as a title and start_date > 2016-03-20
B. All columns
C. Only those columns which are mention with SELECT clause
D. All of above
E. None of these
Answer» B. All columns


Discussion

No Comment Found