1.

In the following query how many rows will be deleted?
DELETE Employee
WHERE 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


Discussion

No Comment Found