What are virtual columns?
Answers were Sorted based on User's Feedback
Answer / shanmugavelu
Virtual column or Pseudo Columns like
rowid,rownum,sysdate,nextval,currval,uid,user
| Is This Answer Correct ? | 9 Yes | 0 No |
what is load balancing and what u have used to do this?(sql loader)
sql query to get zero records from a table
Give the sequence in which triggers fired during insert operations, when the following 3 triggers are defined at the same block level ?
How to set a transaction to be read only in oracle?
Why do you create or replace procedures rather that drop and recreate.
How to call a stored procedure inside a trigger? Give an example.
Is oracle a programming language?
What is bulk collect in oracle?
In what script is snap$ created? In what script is the scott/tiger schema created?
How to concatenate two text values in oracle?
I have table-A(1,2,3)& table-B(3,4,5).what is the different b/w below questions? A union all B? B union all A?
What is a View ?