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
How do I edit a trigger in sql developer?
Define commit?
What is pl sql in oracle?
Is big data nosql?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
How do I turn a list into a table?
How long will it take to learn pl sql?
What is a scalar value in sql?
column A column b | output 10 7 | 10 5 8 | 8 7 -9 | 7 3 5 | 5 0 6 | 6 Write a sql query to print such output.
How to move files from one directory to another in pl sql?
what is log shipping? : Sql dba
Can we rollback delete command?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
What are the benefits of stored procedures?
What are the events on which a database trigger can be based?