Multiple choice technology databases

It is a good practice to use ROWID as a table's primary key

  1. True

  2. False

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

ROWID is a physical address that can change during table operations like export/import or table reorganization. Using ROWID as a primary key creates unstable foreign key references and breaks when rows are moved.