Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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?

Answers were Sorted based on User's Feedback



1)what is the difference between view and materilized view? 2)what is the difference between delete..

Answer / praveen hattikal

2)Truncate is a DDL command, which has autocommit hence
cant be rolled back where as delete is DML with user commit
& roll back option. Truncate is faster then delete since it
wont store any data to backup tablespace. before delting.

Is This Answer Correct ?    8 Yes 0 No

1)what is the difference between view and materilized view? 2)what is the difference between delete..

Answer / 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

More Database Management Interview Questions

Explain the term generalization.

0 Answers  


how to restore particular schema from rman full backup?

0 Answers   HCL,


What is 2nf in database?

0 Answers  


State three differences between Dbms and Rdbms?

0 Answers   BirlaSoft,


What are the steps involved in Database Shutdown ?

1 Answers  


what is difference between clustering and mirroring?

2 Answers   Religare,


Is it possible to declare or create a cursor for update of table? If no tell me why?

0 Answers  


What are the factors causing the reparsing of SQL statements in SGA?

1 Answers  


What do you mean by index hunting?

0 Answers  


10 How to Handle Data Migration Between Different Databases?

1 Answers  


What is rank in database?

0 Answers  


What is the maximum size of an access database?

0 Answers  


Categories