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 using in sql?
What are the advantages of normalization?
how can we optimize or increase the speed of a mysql select query? : Sql dba
What is %rowtype in pl sql?
What is the use of prepared statement?
What can sql server reporting services do?
What's the difference between inner join and left join?
What is a function in oracle pl sql?
how to check myisam tables for errors? : Sql dba
What is partition by in sql?
What are all the common sql functions?
What is the difference between a query and a report?
What is %type in pl sql?
What is Materialized View? In What Scenario we Use Materialized View?
Explain the structure of pl/sql in brief.