What is Materialized View? In What Scenario we Use
Materialized View?
Answer Posted / thanigesan.m
view is a virtual table that doesn't exist in rdbms,it is
associated with the SELECT statement materialized is also same
like the view but it exist in rdbms.
we use materialized view
e.g if we r having a table with 4 columns
empno ename sal comm
33 xxxy 1000 234
we can create a materialized view as totalsal by sum that 2
columns....
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Does inner join remove duplicates?
What is percent sign in sql?
Mention what is the plv (pl/vision) package offers?
What is the use of non clustered index?
What is a null value?
Are subqueries better than joins?
What are the types of keys?
How can I make sql query run faster?
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
What is bulk compiling in pl/sql.?
what are date and time functions in mysql? : Sql dba
In a distributed database system, can we execute two queries simultaneously?
Explain raise_application_error.
How do you clear the screen in sql?
What is the purpose of my sql?