Answer Posted / sourisengupta
ROW_ID is a pseudo column in each table. This column is
appended by default to every table that is created.You can
dentify each row by this column.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of primary key?
What is dense_rank?
How do we accept inputs from user during runtime?
What are the two types of exceptions.
How to place comments in pl/sql?
What is the difference between having and a where in sql?
How run sql*plus commands that are stored in a local file?
How do I audit the sql sent to the server?
What is rowtype?
What is a table?
How do I partition a table in sql?
what is heap table? : Sql dba
What is sql deadlock?
what is a cursor? : Sql dba
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?