L_DAY(SQL Table) |
Index Back |
---|---|
Day Dimension |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | DAY_SID | Number(10,0) | DECIMAL(10) NOT NULL | Day Surrogate Key |
2 | LANGUAGE_CD | Character(3) | VARCHAR2(3) NOT NULL | Language Code |
3 | DAY_DESCR | Character(30) | VARCHAR2(30) NOT NULL | This is the description of the day. |
4 | DAY_ABBR | Character(3) | VARCHAR2(3) NOT NULL | This is the abbreviation of the day. |
5 | WEEK_DESCR | Character(30) | VARCHAR2(30) NOT NULL | This is the description of the week. |
6 | MONTH_DESCR | Character(30) | VARCHAR2(30) NOT NULL | This is the description of the month. |
7 | MONTH_ABBR | Character(3) | VARCHAR2(3) NOT NULL | This is abbreviation of the month |
8 | QUARTER_DESCR | Character(30) | VARCHAR2(30) NOT NULL | This is the description of the quarter. |
9 | QUARTER_ABBR | Character(5) | VARCHAR2(5) NOT NULL | This is the abbreviation for the quarter |
10 | YEAR_DESCR | Character(30) | VARCHAR2(30) NOT NULL | This is the description of the year. |