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 |
What should we do to copy the tables, schema and views from one SQL Server to another?
How can you check the version of sql server?
What r sql reporting services and analysis services? how can we use it.
Explain encryption of entire databases without the need for application changes in sql server 2008?
What is index fragmentation in ms sql server?
how can u select the Distinct values in the table, table having 20 columns , i want all columns
What is bcp? When does it used?
What is WITH CHECK OPTION
3 Answers Karur Vysya Bank KVB,
in a table is b in column k (manikanta,sivananda,muralidhar) i want result like (mnikanta,sivnanda,murlidhar) please slove it
how can do you the system monitoring?
wht's the differece between sqlserver05 and sqlserver2000
Explain full-text indexing?