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
Write a unique difference between a function and a stored procedure.
what is sp_pkeys? : Transact sql
Are there any features that are decommissioned in 11g that are not present in 11g?
How to process query result in pl/sql?
What are operators available in sql?
Is sql similar to python?
How to find 3rd highest salary of an employee from the employee table in sql?
Define commit?
What is the difference between instead of trigger and after trigger?
What are secondary keys?
Should I use mbr or gpt?
What is the difference between a subquery and a join?
Does pl sql work in mysql?
What is a delimiter in sas?
What are the types of keys?