Definitions for "ROWID"
A globally unique identifier for a row in a database. It is created at the time the row is inserted into a table, and destroyed when it is removed from a table.
an identification tag unique for each row of an Oracle database table
a pseudo-column defined in the Oracle database to uniquelly identify a row (an database entry)
an implementation detail and represents the physical location of a stored tuple