what are pseudocolumns?

Answers were Sorted based on User's Feedback



what are pseudocolumns?..

Answer / deva

pseudocolumns are the columns which are created by itself
when the table is created. The examples of the
pseudocolumns are rownum, rowid, currval, nextval and the
level

Is This Answer Correct ?    7 Yes 0 No

what are pseudocolumns?..

Answer / niranjan dhungia

psedocolumns are the columns which can not be manipulated.
psedocoluns are only retrive. Examples are rowid,nextval etc

Is This Answer Correct ?    3 Yes 0 No

what are pseudocolumns?..

Answer / sohini

Pseudocolumns are not actual columns in a table but they
behave like columns. For example, you can select values
from a pseudocolumn. However, you cannot insert into,
update, or delete from a pseudocolumn. Also, pseudocolumns
are allowed in SQL statements, but not in procedural
statements. PL/SQL recognizes the following SQL
pseudocolumns, which return specific data items: CURRVAL,
LEVEL, NEXTVAL, ROWID, and ROWNUM.

Is This Answer Correct ?    3 Yes 0 No

what are pseudocolumns?..

Answer / soujanya

A pseudocolumn behaves like a table column, but is not
actually stored in the table. You can select from
pseudocolumns, but you cannot insert, update, or delete
their values.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Oracle General Interview Questions

Youre getting high busy buffer waits - how can you find whats causing it?

1 Answers  


what is RAID technology?which is better RAID 0+1 OR RAID 5?

2 Answers   CSC,


why should i declare foreign key constraint as self relation instead of binary relation in tables ?

0 Answers   Oracle,


How can one skip any number of rows while loading the DB tables with SQL Loader? Similarly how can one skip any column?

1 Answers   IBM,


Can group functions be used in the order by clause in oracle?

0 Answers  






What is literal?

0 Answers  


What is a proxy class?

0 Answers  


What do you mean by merge in oracle and how can you merge two tables?

0 Answers  


Explain an index segment?

0 Answers  


What is the difference between RBBMS & DBMS?

4 Answers  


What are set operators?

0 Answers  


How view is different from a table?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)