MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the query given below?SELECT *FROM ArmyWHERE (title= Sergeant ) OR (start_date=1995-03-20); |
| 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 Sergeant as a title or 1995-03-20 as a start_date |
| D. | All of above |
| E. | None of these |
| Answer» D. All of above | |