MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following query?SELECT First_nameFROM EmployeeWHERE emp_id != 6; |
| A. | Only those names whose emp_id is equal to 6 |
| B. | Only those names whose emp_id is not less than 6 |
| C. | Only those names whose emp_id is not equal to 6 |
| D. | All of above |
| E. | None of these |
| Answer» D. All of above | |