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 happens if you set the sga too low in oracle?

542


How to manage transaction isolation level?

548


what is the difference between data migration and production migration.

1795


Give syntax for SQL and ORACLE joins.

620


Explain the blob datatype?

610






what is IDE,DMV in sql server?

2232


List the various oracle database objects?

592


How to execute the package in oracle?

561


What is a view and how is it different from a table?

564


How to create a new table by selecting rows from another table?

541


How to define a data field as not null?

624


What is query image?

568


How are extents allocated to a segment?

566


How to create a temporary table in oracle?

681


Point out the difference between user tables and data dictionary?

534