MCQOPTIONS
Saved Bookmarks
| 1. |
If in Table Customer , a column Customer_id consists of {1,2,2,3,3,5,6,7,8,8} then what will be the output on executing the following query?SELECT DISTINICT emp_idFROM employee; |
| A. | {1,2,3,5,6,7,8} |
| B. | { } |
| C. | {1,2,2,3,3,5,6,7,8,8} |
| D. | All of above |
| E. | None of these |
| Answer» B. { } | |