ccdw_dim_time

This table contains various attributes related to time, providing detailed temporal information within a day. Each row represents a minute of a clock.

Column AliasData TypeKeyDescriptionIndex?
time_id (PK)SMALLINTPKUnique identifier for a specific time.Yes
minute_of_daySMALLINTMinute number within the day (0-1439).Yes
minute_of_hourSMALLINTMinute number within the hour (0-59).No
hour_of_daySMALLINTHour number within the day (0-23, 24-hour format).Yes
hour_of_half_daySMALLINTHour number within the half-day (1-12).No
clock_hour_of_daySMALLINTClock hour within the day (1-24).No
clock_hour_of_halfdaySMALLINTClock hour within the half-day (1-12).No
halfday_of_daySMALLINTIndicator for AM/PM (for example, 0 for AM, 1 for PM).No
halfday_of_day_display_nameVARCHARDisplay name for half-day (for example, "AM", "PM").No
time_display_name_24hrVARCHARUser-friendly display name for time in 24-hour format (for example, "14:30").No
time_display_name_12hrVARCHARUser-friendly display name for time in 12-hour format (for example, "11:22 PM").No