Whatis the difference between View and Materialized View ?
Answer Posted / senthil
hi,
we already know basic restrictions of view and materialized
view,
view is a logical or virtual table it doesn't have data on
its own, but materialized view has a physical structure it
stores data in local machine or on its own.materialized view
can be refreshed automatically or manually. but in view, if
any changes happened in the base tables, we want to reflect
the same in the view means view has to issue the select
statement again to the database
| Is This Answer Correct ? | 71 Yes | 6 No |
Post New Answer View All Answers
what is SDLC way of code development?
What is primary and backup node?
What is the difference between STOP and ABORT options in Workflow Monitor?
What are pre and post-session shell commands?
How does the aggregator transformation handle null values?
What is the way to execute pl/sql script using informatica mapping?
How many input parameters can exist in an unconnected lookup?
Explain lookup transformation is active in informatica
How you can differentiate between connected lookup and unconnected lookup?
How to create Target definition for flat files?
how to construct simple biogas digerter? please show me detail drawing and specification of simple biogas construction?
Differences between connected and unconnected lookup?
How to improve the performance of a session using sorter transformation?
If the source has duplicate records as id and name columns, values: 1 a, 1 b, 1 c, 2 a, 2 b, the target should be loaded as 1 a+b+c or 1 a||b||c, what transformations should be used for this?
Some flat files are there, out of these having some duplicate. How do you eliminate duplicate files while loading into targets?