InterviewSolution
Saved Bookmarks
| 1. |
What Is Rowid? |
|
Answer» ROWID is a PSEUDO COLUMN attached to each row of a table. It is 18 CHARACTERS LONG, blockno, ROWNUMBER are the components of ROWID. ROWID is a pseudo column attached to each row of a table. It is 18 characters long, blockno, rownumber are the components of ROWID. |
|