Answer Posted / senthilnathan
A pseudo column is an item of data which does not belong in
any particular table but which can be treated as if it did.
Any SELECT list of columns can include these pseudo
columns.
SYSDATE current date and time
ROWNUM sequence number assigned to retrieved rows
ROWID unique identifier for a row
UID number associated with a user
USER userid of current user
Is This Answer Correct ? | 43 Yes | 12 No |
Post New Answer View All Answers
Which one is better subquery or joins?
What are properties of the transaction?
What is data type in database?
Is sql procedural language?
How many types of keys are there in sql?
How do I start sql profiler?
What sql database should I use?
What is the left table in sql?
Which is better stored procedure or query?
how to increment dates by 1 in mysql? : Sql dba
What is query syntax?
What is nvl?
What is java sql connection?
How to run sql*plus commands in sql developer?
Which is faster view or stored procedure?