MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the query given below?SELECT *FROM StudentWHERE (title= Monitor ) AND (start_date=2019-01-25); |
| A. | All columns but only those rows which contain Monitor as a title and 2019-01-25 as a start_date |
| B. | All rows belong to table Student |
| C. | All columns and rows belong to table Student |
| D. | All of above |
| E. | None of these |
| Answer» B. All rows belong to table Student | |