what is fact table and factless table?
Answer / kishorebabu
Fact Table
The centralized table in a star schema is called as FACT
table. A fact table typically has two types of columns:
those that contain facts and those that are foreign keys to
dimension tables. The primary key of a fact table is
usually a composite key that is made up of all of its
foreign keys.
In the real world, it is possible to have a fact table that
contains no measures or facts. These tables are called as
Factless Fact tables.
| Is This Answer Correct ? | 2 Yes | 0 No |
What is the registered Key word is sas????
Give e an example of..
Difference between informat and format?
for what purpose would you use the retain statement? : Sas programming
Explain the purpose of retain statement.
explain the use of % includes a statement in sas? : Sas-administrator
How do you add a number to a macro variable? : sas-macro
Name any two sas spawners? : sas-grid-administration
What is the length assigned to the target variable by the scan function?
how does sas handle missing values in an update? : Sas programming
How do you add a number to a macro variable?
How do you control the number of observations and/or variables read or written?