1)what is the difference between view and materilized view?
2)what is the difference between delete and truncate?
3)what is the difference between migration and upgration?
4)what is the difference between RMAN HOT BACKUP and normal
hot backup?

Answer Posted / praveen hattikal

1)views , Materialized view or summary tables are subset of
a table filtering out uninteresting rows and columns.The
difference is that views are logical where as MV's are
actual tables.Views pulls real time data when ever queried
but data in MV is rfereshed based on users need.also when
you query a materialized view, you are querying a table,
which may also be indexed. In addition, because all the
joins have been resolved at materialized view refresh time,
you pay the price of the join once (or as often as you
refresh your materialized view), rather than each time you
select from the materialized view .Materialized views are
most often used in data warehousing / business intelligence
applications where querying large fact tables with
thousands of millions of rows would result in query
response times that resulted in an unusable.

2)

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the definition of database management system?

570


What are the different type of relationships in the dbms?

575


Can you explain the select into statement?

610


Explain the advantages of rdbms?

594


Define object-oriented model.

632






For each user who needs access, the DBA creates an account in which database?

674


What are the disadvantage in file processing system?

580


What is Normalization and its different forms?

590


Is database a data structure?

544


What are the types of tables in database?

547


What are the properties of a primary key in DBMS?

585


What is dbms and types of dbms?

573


What is normalization in database with example?

559


Explain the difference between two and three-tier architectures.

592


What is progress open edge?

754