0% found this document useful (0 votes)
21 views

Fact Access Count

This document contains definitions for multiple database tables including: UNR_DIM_SCHOOLS which stores school attributes like code, name, region; UNR_FACT_ACCESS_CNT_MONTH which tracks monthly user access counts with attributes like date, user role, access count; UNR_DIM_ACADEMIC_CALENDAR with academic calendar details like date, week, month; and UNR_DIM_YEAR_LEVELS to store student year/level attributes. Primary keys are defined for each table.

Uploaded by

anusanghi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Fact Access Count

This document contains definitions for multiple database tables including: UNR_DIM_SCHOOLS which stores school attributes like code, name, region; UNR_FACT_ACCESS_CNT_MONTH which tracks monthly user access counts with attributes like date, user role, access count; UNR_DIM_ACADEMIC_CALENDAR with academic calendar details like date, week, month; and UNR_DIM_YEAR_LEVELS to store student year/level attributes. Primary keys are defined for each table.

Uploaded by

anusanghi
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

D UNR_DIM_SCHOOLS

P * SCH_ID INTEGER
U * SCH_SCHOOL_CODE VARCHAR2 (200)
* SCH_SCHOOL_DESCRIPTION VARCHAR2 (200)
* SCH_NETWORK_CODE VARCHAR2 (200)
* SCH_NETWORK_DESCRIPTION VARCHAR2 (200)
* SCH_REGION_CODE VARCHAR2 (200)
* SCH_REGION_DESCRIPTION VARCHAR2 (200)
UNR_FACT_ACCESS_CNT_
* SCH_DEPARTMENT_CODE VARCHAR2 (200) F MONTH

SCH_PK P * ACM_ID INTEGER


F * ACM_SCH_ID INTEGER
F * ACM_YLV_ID INTEGER UNR_DIM_ACADEMIC_
D CALENDAR
* ACM_FACT_MONTH_DATE DATE
ACM_FACT_MONTH_DATETIME DATE P * ACL_CAL_DATE DA
* ACM_USER_ROLE VARCHAR2 (200)* ACL_WEEK IN
* ACM_AVAILABLE_USER_CNT INTEGER * ACL_MONTH_NAME VA
* ACM_ACCESS_CNT INTEGER * ACL_TERM VA
* ACM_CREATED_DATE DATE * ACL_SEMESTER VA
* ACM_LAST_UPDATE_DATE8 DATE * ACL_ACADEMIC_YEAR IN
D UNR_DIM_YEAR_LEVELS
ACL_PK
P * YLV_ID INTEGER UNR_FACT_ACCESS_CNT_MONTH_PK
U * YEAR_LEVEL_NAME VARCHAR2 (200)
* YEAR_LEVEL_DESCRIPTION VARCHAR2 (200)
YLV_PK
YLV_UK_1

You might also like