Difference between views and materialized views?
Answer Posted / naresh
View: - it is logical table,it doesn't contain any data,it's contain only select statement.
if you modify the data in view,it's immediately effect to the Base table.
it gets rowids same as the base table.
Materialized view: - M.V are mostly use in Data Marts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the rules to be applied to nulls whilst doing comparisons?
What is set transaction?
What is difference between sql and oracle?
The select into statement is most often used to create backup copies of tables or for archiving records?
What are tables and fields in the database?
What is difference between stored procedure and trigger?
What is the requirement of self-join?
how to rename an existing table in mysql? : Sql dba
Is the primary key an index?
What is trigger in sql and its types?
What are the advantages of pl sql over sql?
Can you selectively load only those records that you need? : aql loader
What is where clause in sql?
What is varchar example?
Does sql profiler affect performance?