Multiple choice technology databases

Within a single SQL statement, Oracle will increment the sequence only twice for each row.

  1. True

  2. False

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

Oracle sequences are independent of row count - they increment each time NEXTVAL is called in the SQL statement. A sequence might be incremented once per row, multiple times per row, or not at all depending on usage.