Answer Posted / revathi
Yes, it is possible.
Ex:
create or replace view my_view_3 as
select mv1.id, mv1.name, mv1.address
from my_view_1 mv1.
mv1 IS A ANOTHER VIEW
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to check database size in Oracle?
Explain cascading triggers.
What is the usage of save points in oracle database?
How to define a sub function?
what is a Nested Loop join?
What is a sub query? Describe its types?
In what script is snap$ created? In what script is the scott/tiger schema created?
query optmization techniques and quwry analyser+projects+ppts
What is the difference between substr and instr?
How to create a new table in oracle?
What are the various types of snapshots ?
What is meant by raw datatype?
Can you create a synonym without having a table?
What is dynamic proxy?
Briefly explain what is literal? Give an example where it can be used?