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
what are the limitations of identity column? : Transact sql
what are the differences between char and nchar? : Sql dba
What is procedure and function?
What is the location of pre_defined_functions.
Why should I use postgresql?
What are the two parts of design view?
What is cursor in pl sql with examples?
What does stand for in sql?
How do you pronounce sql?
what is the difference between mysql_fetch_object and mysql_fetch_array? : Sql dba
Can we use join in subquery?
how do you know the version of your mysql server? : Sql dba
How does sql developer connect to oracle database?
Why partition by is used in sql?
Is sql a backend?