![]() |
Prev | Next |
integer
and is the primary key for
the weight_grid
table.
Its initial value is zero, and it increments by one for each row.
integer
and is a
weight_id
in the weight table.
Each
weight_id
value corresponds to a different weighting.
integer
and is a
age_id
in the age table.
Each
age_id
value corresponds to a specific age.
integer
and is a
time_id
in the time table.
Each
time_id
value corresponds to a specific time.
real
.
For each row in the table, the value in this column
is the weighting, at the corresponding age and time,
and for the specified
weight_id
,
Each value in this column must be greater than zero.
weight_id
the set of
age_id
,
time_id
pairs is rectangular.
In other words,
if an
age_id
value appears,
it appears once with each
time_id
that appears with this
weight_id
.
This also means,
if a
time_id
value appears,
it appears once with each
age_id
that appears with this
weight_id
.
weight_grid
table.