RE: What is a pseudo column. Give some examples?...
pseudocolumn behaves like an column of a table but actually it is not a column of the table. User can not insert/update/delete this column. Following are the pseudocolumns are available in oracle10g:
Hierarchical, rowid, rownum, sequence,xmldata,object_id,object_value,column value, version query, ora_rowscn.
Pseudo columns is not actula column in the table. it behaves like table column we can retivesv values of pseduo column but can not insert,update or delete value in that. has two data type 1. rowid 2. urowid row id uniqely identify row in database