Viewing 10 posts - 1 through 10 (of 10 total)
  • Database theory help
  • Earl
    Free Member

    i’m looking for the word that is used to describe the following.

    I have a table with columns:
    -WeekNumber
    -Cost (total cost per week)

    I have changed the table def to be:
    -WeekNumber
    -DayOfWeek
    -Cost (Total cost per day)

    Effectively i have increased the level of detail of each record. What is the correct term for this? Cardinality comes to mind but i just googled it and I don’t think its correct.

    submarined
    Free Member

    It’s kind of rationalisation. Ish.
    But I’d be splitting it into another table.

    perchypanther
    Free Member

    Granularity?

    GrahamS
    Full Member

    Granularity?

    Edit: gah beaten by 8 seconds 🙂

    perchypanther
    Free Member

    Jinx!

    Earl
    Free Member

    Granularity – I’ll have that!

    Earl
    Free Member

    But I’d be splitting it into another table.

    Ok instead of table – I actually meant recordset otherwise a new table would have been on the cards.

    Thanks all.

    IHN
    Full Member

    But I’d be splitting it into another table.

    Why?

    towzer
    Full Member

    what sort of data types are weeknumber and dayofweek and how are they to be used

    I’m asking as I don’t understand your reqts(or the facilities you have) so the following might be tosh but using date types might make more sense if you want to query/sort/order/group etc the data based on date type criteria.

    lesgrandepotato
    Full Member

    Depends on who you communicate this to… could also be termed a random act of sabotage depending on who consumes the row 🙂

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Database theory help’ is closed to new replies.