if you update view? where we store the data?

Answers were Sorted based on User's Feedback



if you update view? where we store the data?..

Answer / smrao

Even if we update the view, the data will update in the
base table of the view.

Is This Answer Correct ?    26 Yes 2 No

if you update view? where we store the data?..

Answer / abhishek.421

in the table itself..view does not contain any data!

Is This Answer Correct ?    8 Yes 0 No

if you update view? where we store the data?..

Answer / vishal muthal

View is nothing but the virtual table made from few columns
of the base table to get faster retrival and fetch of the
data. Hence when you update any view the column which you
updating is get updated,and the column basically belongs to
the base table.hence answer is IT WILL UPDATE BASE TABLE

Is This Answer Correct ?    4 Yes 0 No

if you update view? where we store the data?..

Answer / sivakumar

The value gets updated in base table. This is done by insteadof trigger

Is This Answer Correct ?    1 Yes 0 No

if you update view? where we store the data?..

Answer / ramesh.ch

The updated data will be stored in base table directly.


Explanation:

View is always reference for base table .view is a virtual
table.Unless a view is indexed,its data is not stored in
data base as a distinct element. only the select statement
is stored in the data base.If you call the select statement
of view ,it displays the data form base table.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle General Interview Questions

Can I create users through internet explorer in oracle 10g?

0 Answers   MCN Solutions,


What is the dynamic sql in oracle?

0 Answers  


How do you find out from the RMAN catalog if a particular archive log has been backed-up?

0 Answers  


Describe varray?

0 Answers  


How to load data through external tables?

0 Answers  






What are the differences between lov and list item?

0 Answers  


What is a database schema in oracle?

0 Answers  


difference between imlicit cursor and explicit cursor ?

5 Answers   Cap Gemini,


What is a package in oracle?

0 Answers  


Explain the use of record option in exp command.

0 Answers  


what is the difference between simple view and complex view?

13 Answers  


What is backup in Oracle?

0 Answers   MCN Solutions,


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)