1.

In the following query how many rows will be updated?
UPDATE Employee
SET Lname= Gupta ,
Fname = Ajit ,
WHERE Emp_id = 101;
/* person_id is a primary key */

A. Double row
B. No row
C. Single row
D. All of above
E. None of these
Answer» D. All of above


Discussion

No Comment Found