Can a View based on another View ?

Answers were Sorted based on User's Feedback



Can a View based on another View ?..

Answer / guest

Yes a view can be created based on another view. Like this
views can be created upto 32 levels.

Is This Answer Correct ?    11 Yes 0 No

Can a View based on another View ?..

Answer / 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

Can a View based on another View ?..

Answer / nishi

Yes

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

what is the syntax of INSERT command?

7 Answers  


How do you store pictures in a database?

0 Answers  


How to assign values to data fields in record variables?

0 Answers  


What is the oracle implicit cursor?

0 Answers  


What is primefaces used for?

0 Answers  


How to convert csv to table in oracle?

0 Answers  


How to write a left outer join with the where clause in oracle?

0 Answers  


What is the effect of setting the value "CHOOSE" for OPTIMIZER_GOAL, parameter of the ALTER SESSION Command ?

2 Answers  


How do you handle duplicate records in a database?

1 Answers  


What is the difference between SQL and SQL Server?

2 Answers   CTS, TCS,


What is an oracle cursor variable?

0 Answers  


What are Clusters ?

5 Answers   Amdocs, Infosys,


Categories
  • Oracle General Interview Questions Oracle General (1808)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)