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...


Can anyone explain difference between Database, Data warehouse
and Data mart with some example?````

Answers were Sorted based on User's Feedback



Can anyone explain difference between Database, Data warehouse and Data mart with some example?```..

Answer / kumar

Database- is collection of data like transaction data,
DWH is nothing but database but it can maintain historical data,
data mart is slice of dwh

Is This Answer Correct ?    2 Yes 0 No

Can anyone explain difference between Database, Data warehouse and Data mart with some example?```..

Answer / manoj pandey

1. Database: primarily is a collection of Tables that are normalized upto 3-NF and can be interrelated by FKs. It is an OLTP system which is meant for storing data of Information systems, like a CRM, ERP, Company/College/School record management system, and similar Data Entry other tools.

2. Data Warehouse: DW or EDW (Enterprise DW) is a system created by combining more than one Database systems, and/or by getting data from different Sources like heterogeneous Databases, flat-files, data feeds, etc. The tables in this system are de-normalized like in 1-NF, so that all related information is in a single table. Is is an OLAP system which is meant mainly for Reporting.

3. Data Mart: are built on top of a Data Warehouse, either by creating Views from underlying tables or a CUBE from fact & dimension tables.

~Manoj (http://sqlwithmanoj.wordpress.com)

Is This Answer Correct ?    0 Yes 0 No

Can anyone explain difference between Database, Data warehouse and Data mart with some example?```..

Answer / sarva

database:collection of related records in 2D store media
eg:attendance register,empoly table;
whereas in DWH its capacity is enterprise wise and
multidimensional way eg:banking or any company websites;
whereas in datamart its capacity is department wise data
storage media eg:official logins.

Is This Answer Correct ?    3 Yes 4 No

Can anyone explain difference between Database, Data warehouse and Data mart with some example?```..

Answer / arunz550i

Need detailed explaination.

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More SQL Server Interview Questions

Write a program to fetch first 10 records from a file?

0 Answers   Amdocs,


Is it possible to create tables in stored procedures using a variable for the table name?

2 Answers  


What protocol does sql server use?

0 Answers  


How to write stored procedure to update the data in 10 tables

4 Answers  


How to create new table with "create table" statements?

0 Answers  


What is database mirroring?

0 Answers  


how to define testing of network layers? : Sql server database administration

0 Answers  


What is equi join with example?

0 Answers  


How to attach adventureworkslt physical files to the server?

0 Answers  


Explain error handling in ssis?

0 Answers  


How many types of functions are there in sql server?

0 Answers  


What is the purpose of a table?

0 Answers  


Categories