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