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
Is a view faster than a stored procedure?
How do you define a foreign key?
Is primary key always clustered index?
how can we encrypt and decrypt a data present in a mysql table using mysql? : Sql dba
When sql appeared?
How do you declare a variable in pl sql?
Can we join tables without foreign key?
List out the acid properties and explain?
What are the two characteristics of a primary key?
What is the use of triggers?
What is rowid in sql?
What is sql resultset?
What are the dml statements?
What are the usages of sql?
when is the use of update_statistics command? : Sql dba