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