if you update view? where we store the data?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

What is connection pooling in oracle?

552


What is oracle and what are its different editions?

574


Which is better Oracle or MS SQL? Why?

3969


How many types of tables are there in oracle?

574


How to best split csv strings in oracle 9i?

584






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??

1364


What is max rowid in oracle?

551


How to connect ms access to oracle servers?

548


Does oracle database need java?

520


Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle?

604


What is key preserved table?

558


How to open a cursor variable?

602


What view(s) do you use to associate a users SQLPLUS session with his o/s process?

1906


What is the effect of setting the value "all_rows" for optimizer_goal parameter of the alter session command? What are the factors that affect optimizer in choosing an optimization approach?

520


What is clustered table in Oracle?

641