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

Explain the dml?

0 Answers  


What is the difference between formal parameters and actual parameters?

0 Answers  


Can we create more than one index on particular column?

1 Answers  


Please help me how to write a Query to change the primary key constraint from 1 attribute to another attribute in a table

3 Answers  


What is a relational database management system?

0 Answers  






How to start a new transaction in oracle?

0 Answers  


Ho to insert no. of records at a time..i mean i want to insert 100 records at a time into a table

5 Answers  


1. Display the post code and the purchase order number for each purchase order. Sort the output set by postcode.

1 Answers   Wipro,


Define the SGA and: How you would configure SGA for a mid-sized OLTP environment? What is involved in tuning the SGA?

0 Answers  


difference between oracle8i and oracle9i

4 Answers   NIIT,


Youre getting high busy buffer waits - how can you find whats causing it?

1 Answers  


How to assign values to data fields in record variables?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • 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)