InterviewSolution
Saved Bookmarks
| 1. |
How Rowids Are Used? |
|
Answer» Oracle uses ROWIDs internally for the CONSTRUCTION of indexes. Each key in an index is associated with a ROWID that points to the associated row’s address for fast access.End–users and application developers can also USE ROWIDs for SEVERAL important uses:
Oracle uses ROWIDs internally for the construction of indexes. Each key in an index is associated with a ROWID that points to the associated row’s address for fast access.End–users and application developers can also use ROWIDs for several important uses: |
|