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 / paul james

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 ?    0 Yes 0 No

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

Answer / v v

A Simple view selects from one table. A Complex view
selects from one or more tables.
Both can use group functions..
Simple view can perform DML..
But complex views can't perform DML on parent table: can
perform only in child table

Is This Answer Correct ?    7 Yes 8 No

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

Answer / niranjan dhungia

simple view refer the data from only single table. Complex
view refer data from more than one table. For simple view
we can use group function(avg,sum etc) but in complex view
we can use group function.

Is This Answer Correct ?    13 Yes 43 No

Post New Answer

More Oracle General Interview Questions

We need to compare two successive records of a table based on a field. For example, if the table is CUSTOMER, and the filed is Account_ID, To compare Account_IDs of record1 and record2 of CUSTOMER table, what can be the query ?

3 Answers  


How to create a temporary table in oracle?

0 Answers  


What is the usage of analyze command in oracle?

0 Answers  


What are the differences between interval year to month and interval day to second?

0 Answers  


Explain the use of record option in exp command.

0 Answers  






What do you mean by a deadlock?

0 Answers  


Difference between primary key and unique key ?

77 Answers   Accenture, B2B Software Technologies, Cognizant, HP Finsoft, IndiaNIC, Karomi Technology, Keane India Ltd, L&T, Onward eServices, R Systems, Shakti, Techtic Solutions,


How to use subqueries in the from clause in oracle?

0 Answers  


can you explain performance tunning in oracle(sql,PL/SQL)

2 Answers  


How to call a stored procedure inside a trigger? Give an example.

1 Answers   Exilant,


Explain the difference between sql and oracle?

0 Answers  


What is the minimum client footprint required to connect c# to an oracle database?

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)