What is pseudo column ?

Answer Posted / nazeer

pseudo column act as database table column, but not actually the exact column in the table....we can fetch values from the pseudo column....

The Columns are..
user,
userid,
rownum,
rowid,
level,
nextval,
curval,
sysdate.......

Is This Answer Correct ?    14 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I run a program in pl sql?

694


what is try_catch block in procedure

1385


Which one is better sql or oracle?

697


Which certification is best for sql?

723


How consistent is the view of the data between and within multiple sessions, transactions or statements ?

1916






1. is it possible to use the cursor atttibutes (%found ,% rowcount , %isopen , %notfound ) to our user defined cursor names ....... cursor cursor_name is select * from scott.emp if you use... cursor_name%found , %rowcount ,%isopen,%notfound...will it work... -------------------------- 2.what is the difference between the varray and index by table .. -------- 3. type type_name is table of number(8,3) index by binary_integer; identifier_name type_name; first , last , prior , next ,trim are the methods we can use it for the above type...simillary is there any way to apply for cursors... with thanks and regards..sarao...

2162


How do I view stored procedures?

737


Define sql delete statement.

740


what is sp_pkeys? : Transact sql

887


Can we use commit inside a trigger?

761


What is the limitation on the block size of pl/sql?

694


How do you update sql?

707


Do prepared statements prevent sql injection?

685


What is pl/sql language case sensitive?

821


Which command is used to call a stored procedure?

709