1.

In the following query how many rows will be deleted?
DELETE Student
WHERE stu_id < 10;
/*person_id is a primary key */

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


Discussion

No Comment Found