-
-
-
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 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...
-
-
-
-
-
What is a dimension table
Answer posted by Riaz Ahmad on 2005-06-09 14:45:26: A dimensional table is a collection of hierarchies and categories along which the user can drill down and drill up. it contains only the textual attributes.
-
What is Normalization, First Normal Form, Second Normal Form , Third Normal Form
Answer posted by Badri Santhosh on 2005-05-18 09:40:29: Normalization : The process of decomposing tables to eliminate data redundancy is called Normalization. 1N.F:- The table should caontain scalar or atomic values. 2 N.F:- Table should be in 1N.F + No partial functional dependencies 3 N.F :-Table should be in 2 N.F + No transitive dependencies
-
Non-Additive Facts
Give an example of non-additive facts?
-
Bridge Table
What is the use of bridge table. Can give a simple example?
-
-
-
-
Data Warehousing Basics
Ans