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
What do you mean by a deadlock?
Explain what are clusters?
What is the data pump export utility?
What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?
Why do we need integrity constraints in a database?
What are the different types of trigger and explain its various uses and functions?
What is the string concatenation operator in oracle?
How do I uninstall oracle 11g?
How to get execution path reports on query statements?
How much memory your 10g xe server is using?
How to pass parameters to procedures?
What is truncate oracle?
What is the difference between a user and a schema in oracle?
Write a syntax for update query in oracle?
How to export data to a csv file?