What is pseudo column ?

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


Please Help Members By Posting Answers For Below Questions

What is before trigger?

731


What is primary and foreign key?

800


What is the usage of nvl function?

767


Can we use joins in subquery?

792


Why do we need pl sql?

718






what is “go” in t-sql? : Transact sql

807


Explain the order of sql statement execution?

800


When is a declare statement required?

863


Can function return multiple values in sql?

726


where are cookies actually stored on the hard disk? : Sql dba

783


Is sql open source?

712


How you improve the performance of sql*loader? : aql loader

748


What are tables and fields?

760


When you have to use a default "rollback to" savepoint of plvlog?

907


Explain the difference in execution of triggers and stored procedures?

745