Subject RDB$_DB_KEY
Author Reggie White
Can RDB$_DB_KEY be used as a method to determine if a record has been
modified?

Under SQLBase and Oracle they have what is called a ROWID, this ROWID gets a
new value everytime time the record is modified.
It has the capabilities as the RDB$_DB_KEY, a way to locate, update or
delete a record.

Thanks