Can anyone explain difference between Database, Data warehouse
and Data mart with some example?````
Answer Posted / 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 |
Post New Answer View All Answers
what are database files and filegroups? : Sql server database administration
Can sql servers link to other servers like oracle?
define and explain the differences between clustered and non-clustered indexes.
how to trace the traffic hitting a sql server? : Sql server database administration
What are number line correlation administrators will use while working with a subquery?
How to connect of datebase with sql express.?
Explain the different index configurations a table can have?
Can we write trigger for view?
Explain various On-Delete options in a DB table. Which is the default option?
What is recursion? Is it possible for a stored procedure to call itself or recursive stored procedure?
A trigger can reference objects outside the current database? State true or false.
Write a query to find 5th highest amount paid from the customer table.
How to insert multiple rows with one insert statement in ms sql server?
What are the Advantages of using CTE in sql server?
How to link tables in sql server?