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
what are ddl statements in mysql? : Sql dba
Is sqlite free?
What is primary and foreign key?
Which function is used to return remainder in a division operator in sql?
What is java sql drivermanager?
What are the sql aggregate functions?
What is parallel hint?
What does count (*) mean?
Can we use having without group by in sql?
How much does sql cost?
What is pivot query?
how to shutdown mysql server? : Sql dba
How can a function retun more than one value in oracle with proper example?
Does sql*plus have a pl/sql engine?
What is bulk collect in pl sql?