-
Entity Relationship
What relationship is resolved by an intersecting or associative entity ?
a) Recursive
b) Mandatory one to one
c) Many to Many
d) One to One -
Fact Table
Fact Table is
a) Completely Normalized
b) Partially Normalized
c) Completely De-normalized
d) Partially De-normalized
-
-
-
How can I verify the latest data from above table?
I have a table with two columns name namely current,history but I dont have time stamp to make sure that when the data is updated or deleted.
Now How can I verify the latest data from above table? -
-
-
-
What is a Star Schema
Answer posted by Chintan on 2005-05-22 18:34:55: A relational database schema organized around a central table (fact table) joined to a few smaller tables (dimension tables) using foreign key references. The fact table contains raw numeric items that represent relevant business facts (price, discount values, number of units sold, dollar value, etc.)
-
-
-
-
-
-
-
-
What is a Data Warehousing?
Data Warehouse is a repository of integrated information, available for queries and analysis. Data and information are extracted from heterogeneous sources as they are generated....This makes it much easier and more efficient to run queries over data that originally came from different sources. Typical relational databases are designed for on-line transactional processing (OLTP) and do not meet the...
-
-
-
What is the Difference between OLTP and OLAP
Answered by swetha on 2005-03-30 12:00:33: OLTP Current data Short database transactions Online update/insert/delete Normalization is promoted High volume transactions Transaction recovery is necessary OLAP Current and historical data Long database transactions Batch update/insert/delete Denormalization is promoted Low...
Data Warehousing Basics
Ans