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
When a dml statement is executed, in which cursor attributes, the outcome of the statement is saved?
What is identity column in sql server?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
Which one is faster ienumerable or iqueryable?
explain commit and rollback in mysql : sql dba
how to rename an existing table in mysql? : Sql dba
What is sql select statement?
Can we use join in subquery?
What is a join?
What do you mean by table in sql?
Can a table contain multiple foreign key’s?
What are user defined functions?
What is pivot query?
How can triggers be used for the table auditing?
How many types of sql are there?