![]() |
What is pseudo column in oracle database?In: Car Buying |
[Edit] |
[Edit]
Answer
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
First answer by ID2057905907. Last edit by ID2057905907. Question popularity: 15 [recommend question]





