Q. In the following MySQL command how many rows will be deleted?
DELETE person
WHERE person_id<10;
/*person_id is a primary key */

  • (A) 0-9
  • (B) 1-7
  • (C) No row
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) 0-9
Explanation: This question asks about deleting rows from a table using a DELETE statement in MySQL. Let's break it down:
Explanation by: Bhagwan Das
This question asks about deleting rows from a table using a DELETE statement in MySQL. Let's break it down:

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
159
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Bhagwan Das
Publisher
πŸ“ˆ
83%
Success Rate