Definitions for "Rowid" Add To Word List
Login or Register  | Word Lists | Search History

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.
Helpful?           0
an identification tag unique for each row of an Oracle database table
Helpful?           0
a pseudo-column defined in the Oracle database to uniquelly identify a row (an database entry)
Helpful?           0
a pseudo-column that uniquely identifies a row in a table, but not within a data base
Helpful?           0
a special value that uniquely identifies each row
Helpful?           0
An integer that defines the physical location of a row. The database server assigns a unique rowid to each row in a nonfragmented table. If you want to access data in a fragmented table by rowid, you must create a rowid column.
Helpful?           0