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
Explain what is sql*plus?
Compare sql & pl/sql
How to call a javascript function from pl sql?
What is a join?
what is transaction? : Sql dba
how to enter binary numbers in sql statements? : Sql dba
What are some predefined exceptions in pl/sql?
What is a database trigger?
What is pls_integer in pl sql?
Why use truncate instead of delete?
How can you load microsoft excel data into oracle? : aql loader
What is the difference between nvl function, ifnull function, and isnull function?
What is error ora-01000: maximum open cursors exceeded
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
How to use sql*plus built-in timers?