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 all types of user defined functions? : Sql dba
How is a process of pl/sql compiled?
What are different types of sql commands?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
explain the difference between delete , truncate and drop commands? : Sql dba
Can sql function call stored procedure?
what is the use of set statement in tsql? : Transact sql
Is the primary key an index?
how tsql statements can be written and submitted to the database engine? : Transact sql
What is dba in sql? : SQL DBA
Does inner join return duplicate rows?
What are the different types of joins in sql?
What are the differences between implicit and explicit cursors?
Why do we use partitions in sql?
How do I access sql anywhere database?