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

A single SQL UPDATE statement can modify multiple rows in a table simultaneously, provided the WHERE clause matches multiple rows or is omitted entirely. Therefore, the statement is true.