Multiple choice technology databases

You can update more than 1 row in a table with one update syntax

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

An UPDATE statement in SQL can modify multiple rows simultaneously based on the condition specified in the WHERE clause. If no WHERE clause is provided, it updates every row in the table.