Answer Posted / rajesh
ROWID
Every record has a unique ROWID within a database
representing the physical location on disk where the record
lives. Note that ROWID's will change when you reorganize or
export/import a table.
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What do you mean by stored procedures?
List the various privileges that a user can grant to another user?
what is a relationship and what are they? : Sql dba
What are the different types of functions in sql?
How do I sort a table in sql?
How can I tell if sql is running?
How do I send sql query results to excel?
What is auto increment feature in sql?
Can a foreign key be a duplicate?
What are procedures used for?
What is the purpose of design view?
Sql technical questions
Why primary key is required?
what is a constraint? : Sql dba
What is the mutating table and constraining table?