Answer Posted / nagarjuna reddy
A pseudo column is a column but it is not physically existed
in the table.if we want to use these column by specifying
externally in select statement for projection or selection.
but we can't insert,delete and update pseudo columns.
some of pseudo columns are
1 ROWID
2 ROWNUM
3 LEVEL
4 CURRVAL
5 MEXTVAL
etc...
Is This Answer Correct ? | 9 Yes | 3 No |
Post New Answer View All Answers
What is the difference between the sql*loader and import utilities? : aql loader
what is oracle database ? : Sql dba
What is the basic structure of an sql?
Can a table have no primary key?
What is pl sql in dbms?
Can %notfound return null after a fetch?
what are the difference between clustered and a non-clustered index? : Sql dba
What is substitution variable in pl sql?
Define concurrency control. : Transact sql
Which command is used to delete a package?
Explain the steps needed to create the scheduled job?
when MSQL8.0 is in market
How do I run a script in sql developer?
what is a constraint? : Sql dba
Define overloaded procedure?