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 |
14. Display the item_cost and then round it to the nearest hundred, ten, unit, tenth and hundredth
The table has 3 columns 4 rows. The output is which column has least null values( A COL SHOULD BE THE OUTPUT) Write the query plz. A B C ---------- 1 NULL 7 2 4 NULL NULL 5 NULL 3 NULL NULL
How do I manually create a database in oracle?
What are joins, explain all types of joins?
What is a cursor and what are the steps need to be taken?
What query tells you how much space a tablespace named test is taking up, and how much space is remaining?
What is the difference between postgresql and oracle?
Explain how you would restore a database using RMAN to Point in Time?
i wrote a pl/sql procedure. it must run every sunday 4.40 How can i schedule it with the help of dbms_jobs (or another other procedure with out creating bat file,exe file)
How to drop an index in oracle?
how to unbreak sequence numbers during intereptions
What are the components of physical database structure in the Oracle database?