MCQOPTIONS
Saved Bookmarks
| 1. |
In the following query how many rows will be deleted?DELETE EmployeeWHERE Emp_id=101;/*person_id is a primary key */ |
| A. | 0 |
| B. | No row |
| C. | 1 |
| D. | All of above |
| E. | None of these |
| Answer» D. All of above | |