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 run a sql script?
What is $$ in sql?
How to process query result in pl/sql?
Does user triggers have entry for trigger with compilation errors?
What is a unique key and primary key and foreign key?
what is union, minus and interact commands? : Sql dba
Why do we use procedures in pl sql?
Define concurrency control. : Transact sql
Can you call pl/sql package functions from within a fast formula?
What is record data type?
Can we group by two columns in sql?
What is attribute indicator in pl sql?
What is the difference between inner join and left join?
Is sql similar to python?
how to escape special characters in sql statements? : Sql dba