|
|
| |
 |
|
Oracle Tips
by Burleson Consulting
|
The Data Warehouse Development Life Cycle
ANALYZING SOURCE DOCUMENT INPUT
* Repeating Item--An item that repeats is placed in curly
braces. The range of values for the repeating group is noted with
numbers, with the lower bound on top of the curly braces and the
upper bound on the bottom of the curly braces. Items with an
unlimited number of repetitions use an n for the upper bound. The
following code shows an example of a repeating item:
5
hand = {fingers}
5
0
job_history = {employer_name, dates_of_employment, ending_salary}
6
* Choose One Item--An item selection with a specific range of
values is indicated with vertical bars. This type of data
description indicates a range of valid values for a data item as
follows:
sex = ! male !
! Female !
! Unknown !
payment_method = ! cash !
! check !
! credit_card !
! food_stamps !
These data descriptions will be used later in this chapter as we
create the source documents for our sample data warehouse.
 |
Expert Remote DBA
BC is America's oldest and largest Remote DBA Oracle support
provider. Get real Remote DBA experts, call
BC Remote DBA today. |
 |
|
|
|
|