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