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


Please Help Members By Posting Answers For Below Questions

Can we alter stored procedure?

545


how to fetch alternate records from a table? : Sql dba

603


What is record data type?

518


Can we rollback after truncate?

565


Difference between global and parameter variables?

1459






What trigger means?

567


What is the difference between a procedure and a function?

494


Is coalesce faster than isnull?

512


How to get unique records from a table?

525


What is scalar function in sql?

534


What is the difference between unique and primary key constraints?

588


What does select count (*) mean in sql?

552


What is the purpose of the partition table?

546


Is sqlite good enough for production?

535


What are the most important characteristics of pl/sql?

579