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

write a sql query following source looking like below column1 column2 101,102,103 abc,def,ghi 1001,1002,1003 a,b,c i want the output column1 column1 101 abc 102 def 103 ghi 1001 a 1002 b 1003 c

1 Answers   KPIT,


In Oracle Applications We are Using Sub Ledger Accounting. When we Transfer the Data all modules (AP,AR,CE,FA) to SLA We done Some customizations? What are They??

1 Answers  


How to add another datafile to a tablespace?

1 Answers  


What is a read only transaction in oracle?

1 Answers  


Please explain drop constraint oracle?

1 Answers  


how to find full database size

1 Answers   BirlaSoft, Consultancy,


Differentiate between pre-select and pre-query?

1 Answers  


how will I find the first 5 highest salaried employees in each dept in oracle.

22 Answers   IBM,


How does oracle handle read consistency?

1 Answers  


What is a Temporary Segment ?

2 Answers  


What are the different types of databases?

1 Answers  


How do I use os authentication with weblogic jdriver for oracle and connection pools?

1 Answers  


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