1.

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

A. 1-6
B. No row
C. 0-9
D. All of above
E. None of these
Answer» D. All of above


Discussion

No Comment Found