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
How many types of triggers exist in pl/sql?
Write the order of precedence for validation of a column in a table? I. Done using database triggers. Ii. Done using integarity constraints
Lookups are a key component in sql server integration services (ssis). Explain its purpose?
What is Histogram?
explain the options of myisamchk to improve the performance of a table. : Sql dba
How much does a sql dba make? : SQL DBA
What is program debugging?
What information is needed to connect sql*plus an oracle server?
how do you know if your mysql server is alive? : Sql dba
Which command is used to call a stored procedure?
What are the datatypes available in pl/sql ?
What does dml mean?
Why do we use subquery?
What is pl sql block in dbms?
how to convert numeric values to character strings? : Sql dba