Answer Posted / mail2sentha
pseudo column is a act as an database table column,but its
not a actual column in a table,we can fetch value from a
pseudo column.
ex.
user,usid,rownum,rowid,level,nextval,curval,sysdate
| Is This Answer Correct ? | 29 Yes | 6 No |
Post New Answer View All Answers
Can we join same table in sql?
What is latest version of sql?
what is an index? : Sql dba
Can a select statement fire a trigger?
Why are aggregate functions called so?
What is procedure and function?
How many types of cursors supported in pl/sql?
How to take user input in pl sql?
How can you save or place your msg in a table?
how is exception handling handled in mysql? : Sql dba
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
What is query execution plan in sql?
What is the command used to fetch the first 5 characters of a string?
What is the difference between rename and alias?
How can you select unique records from a table?