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 is prepared statement in sql?
Is sql dba a good career? : SQL DBA
Write the alter statement to enable all the triggers on the t.students table.
What is sql partition?
Explain unique key in sql.
What is graph sql?
what is 'mysqldump'? : Sql dba
Is it possible to sort a column using a column alias?
What is the limitation on the block size of pl/sql?
What is a data definition language?
Explain dml and ddl?
What is sql exception?
Explain what is dbms?
Why procedure is used in sql?
how to use regular expression in pattern match conditions? : Sql dba