MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the query given below?SELECT *FROM employeeWHERE (title= HEAD TELLER ) OR (start_date > 2013-01-24); |
| A. | All rows belong to table employee |
| B. | All columns and rows belong to table employee |
| C. | All columns but only those rows which contain HEAD TELLER as a title OR start_date are greater than 2013-01-24 |
| D. | All of above |
| E. | None of these |
| Answer» D. All of above | |