MCQOPTIONS
Saved Bookmarks
| 1. |
Is there any error in the following query?SELECT emp_id, title, start_date, First_name, fed_idFROM EmployeeORDER BY RIGHT (fed_id, 3); |
| A. | No error |
| B. | Depends |
| C. | Yes |
| D. | All of above |
| E. | None of these |
| Answer» B. Depends | |