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 oracle implicit cursor?

0 Answers  


How to turn on or off recycle bin for the session?

0 Answers  


Can we commit inside a function in oracle?

0 Answers  


How to get a list of all tables in the database?

1 Answers  


What do you mean by a database transaction & what all tcl statements are available in oracle?

0 Answers  






Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com

0 Answers  


What is the difference between formal parameters and actual parameters?

0 Answers  


What are the different editions of oracle?

0 Answers  


1) What is dense ranking? 2) Difference between Substring and Instring? 3) Case and Decode? 4) Pseudo column? 5) View vs Materialized views? 6) SQl performance tuning?

2 Answers   Accenture,


How to define an external table with a text file?

0 Answers  


What is the sql query to concatenate column values from multiple rows in oracle?

0 Answers  


How to get a create statement for an existing table?

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)