Q. In the following MySQL command how many rows will be updated?
UPDATE person
SET lname=’s’,
Fname=’p’,
WHERE person_id<10;
/* person_id is a primary key */

  • (A) 0-9
  • (B) 1-6
  • (C) No row
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (A) 0-9
Explanation: This question is asking about the number of rows that will be updated in a MySQL database using the provided command. Let's break it down:
Explanation by: Praveen Singh
This question is asking about the number of rows that will be updated in a MySQL database using the provided command. Let's break it down:

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
108
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Praveen Singh
Publisher
πŸ“ˆ
91%
Success Rate