Multiple choice technology databases

Using INSERT command only ONE record can be inserted during each execution.

  1. True

  2. False

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

An INSERT statement can insert multiple rows at once, such as when using the INSERT INTO ... SELECT syntax or multi-row insert statements. The assertion that only a single record can be inserted per execution is false, making the stored choice correct.