Answer Posted / jigar r gor
ROWID is a pseudo column that oracle derives for each record fetched by an implicit SQL query.
Every rowid associated to the data row of a table is dynamically assigned and is not part of the actual user table.
Also the same can be just referred and not be used as sequences.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is sql easier than java?
how to select unique records from a table? : Sql dba
How to use sql*plus built-in timers?
What is a database trigger?
How do you declare a variable in pl sql?
Is vs as in pl sql?
Explain how to use transactions efficiently : transact sql
what is the difference between char and varchar data types? : Sql dba
Do we need to create index on primary key?
explain access control lists. : Sql dba
what does it mean to have quoted_identifier on? What are the implications of having it off? : Sql dba
Explain mutating table error.
what is query cache in mysql? : Sql dba
Why does sql need a server?
what are ddl statements in mysql? : Sql dba