Multiple choice technology databases

The RowID can be changed for the particular row whenever any insert or update operation is performed on the table?

  1. True

  2. False

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

RowID is a pseudo-column that uniquely identifies each row in a table. Once assigned when a row is inserted, it remains stable during normal update operations and does not change. The statement incorrectly suggests RowID changes on every insert/update.