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 affect zero, one, or multiple rows depending on the criteria specified in the WHERE clause. Thus, updating more than one row with a single statement is fully supported.