MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following query?SELECT *FROM StudentWHERE id IS NULL; |
| A. | No output |
| B. | Only those columns whose id is NULL |
| C. | Only those columns whose id is not NULL |
| D. | All of above |
| E. | None of these |
| Answer» C. Only those columns whose id is not NULL | |