What is a Rowid?
For each row in the database, The ROWID pseudocolumn returns a row’s address. ROWID values contain information necessary to locate a row: * which datablock in the data file * which row in the datablock (first row is 0) * which data file (first file is 1) Values of the Rowid pseudocolum have the datatype ROWID.