Home » MYSQL » Delete Query » Question
  1. In the following query how many rows will be deleted?
    DELETE Student
    WHERE stu_id < 10;
    /*person_id is a primary key */
    1. No row
    2. 0-9
    3. 1-7
    4. All of above
    5. None of these
Correct Option: B

0-9



Your comments will be displayed only after manual approval.