what is the difference between simple view and complex view?

Answers were Sorted based on User's Feedback



what is the difference between simple view and complex view?..

Answer / ramu c

A View is said to be simple view it should have a single
select statement only.Where as a complex view migh contain
select statement with joins, sub queries etc...

Is This Answer Correct ?    78 Yes 13 No

what is the difference between simple view and complex view?..

Answer / niranjan dhungia

sorry for previous ans i had some mistakes....

simple view refers data from only single table but complex
view can refers data from more than one table. In simple
view we can not use group function(eg.avg,sum...) but in
complex view we can use group function.

Is This Answer Correct ?    56 Yes 10 No

what is the difference between simple view and complex view?..

Answer / priya reddy

A View is said to be simple View when it is created
using a single table.
A view is said to be comple view when it is created
on two or more tables

Is This Answer Correct ?    51 Yes 14 No

what is the difference between simple view and complex view?..

Answer / subbu

A Simple view selects from one table. A Complex view
selects from one or more tables.
A Simple view does not contain functions but Complex views
contain functions.
You can perform DML through Simple views but you cannot
always perform DML through Complex views.

Is This Answer Correct ?    38 Yes 6 No

what is the difference between simple view and complex view?..

Answer / yasi

Simple view derives data from only one table and contains NO functions or groups of data. And can perform DML operation through the view

Complex view derives data from many tables and contains functions or groups of data, It does not always allow DML operations through the view

Is This Answer Correct ?    14 Yes 2 No

what is the difference between simple view and complex view?..

Answer / siva kumari

A view which is created by only one table is called simple
view.A view which is created by more than one table (joins
and subquires) is called complex view.

we can not use any group by functions in simple view but we
can use group by function in complex view.

we can perform DML through simple views but we can not
always perform DML through complex view.

Is This Answer Correct ?    9 Yes 1 No

what is the difference between simple view and complex view?..

Answer / binod

A simple view is the one which is functioned on the single
table.whereas, a complex view is one that's functioned on
multiple table.
Simple view doesn't contains or consists function ,but
complex view contains functions.
In simple view we can't use groups of data but in case of
complex view it allows the group of function
DML operation is perform through simple view ,on the other
hand it is not allowed in case of complex

Is This Answer Correct ?    12 Yes 5 No

what is the difference between simple view and complex view?..

Answer / ali

simple view contains created with only one table whereas
cmplex view is created with more than one table

Is This Answer Correct ?    6 Yes 1 No

what is the difference between simple view and complex view?..

Answer / nagababu

1. A Simple view selects from one table. A Complex view selects from one or more tables.
2. A Simple view does not contain functions but Complex views contain functions.
3. You can perform DML through Simple views but you cannot always perform DML through Complex views.

Is This Answer Correct ?    5 Yes 0 No

what is the difference between simple view and complex view?..

Answer / ketaki

simple view only contain a single base table, simple view does not contain group by, distinct , pseudocolumn like rownum, simple view does not contain columns defined by expressions , simple view does not contain not null columns from base tables.On such view DML can be performed.

Complex view can be based on more than one table , it can contain group by, distinct , pseudocolumn like rownum, columns defined by expressions can be included in complex views , not null columns that are not selected by simple view can be included in complex view, on such view we can not perform DML operations.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More Oracle General Interview Questions

Explain database link?

0 Answers  


What is the Difference between 1) ER MODEL and Relational Model 2) Dense Index and Sparse Index

1 Answers  


What are the attributes that are found in a cursor?

0 Answers  


What is oracle sid?

0 Answers  


"primary key=unique+null" is equal,reson?not,reason?

5 Answers  






What is difference between SUBSTR and INSTR?

1 Answers  


How are the index updates?

1 Answers  


what is difference between cartesian join & cross join even they give same result?

4 Answers   Bank Of America,


What is a procedure in oracle?

0 Answers  


where we have to use ON clause and where we have to use USING clause in JOINS

2 Answers  


how to retrieve daily sal from emp table in oracle 10g

2 Answers   Infosys,


I have a table emp. There is only one column in the table. In that , there are only three rows in that column. The value in the first row is 'A' and the value in the second row is 'B' and the third row is 'C'. Now, my question is , How will you write a select query to display the output as B C A Note: order by cannot be used coz it gives us output as CBA. But the output should be BCA.

4 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)