Can anyone explain difference between Database, Data warehouse
and Data mart with some example?````
Answers were Sorted based on User's Feedback
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 |
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 |
How to delete the duplicate rows from a table in SQL Server ??
What is mssql?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
Create and insert into temp table in sql server?
How do I clean up sql server transaction log?
How you can get a list of all the table constraints in a database? : Sql server administration
Explain few examples of stored procedure over triggers?
What is master database? : SQL Server Architecture
difference between truncate, delete aur drop?
what is trigger
1 Answers CarrizalSoft Technologies, NIIT,
What's the difference between a primary key and a unique key?
What are the various Isolation levels?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)