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
What are the benefits of pl/sql packages?
What is a subquery in sql?
What is record variable?
What is the command used to fetch the first 5 characters of a string?
Define tables and fields in a database
What is the difference between the implicit and explicit cursors?
Can %notfound return null after a fetch?
What are tables in sql?
How to find 3rd highest salary of an employee from the employee table in sql?
how to create a table index in mysql? : Sql dba
Is pl sql a programming language?
Is sql a case sensitive language?
Explain what is sql*plus?
What are the advantages of pl sql over sql?
what are dynamic queries in t-sql? : Transact sql