| Previous: fiscal_month_org_feature_close | Unanet Data Model | Next: fiscal_week |
| Column Name | Data Type | Default Value |
References Table |
Foreign Key Name |
||
| 1. | PK | fiscal_quarter_key | decimal(15) | |||
| 2. | fiscal_year_key | decimal(15) | fiscal_year | fk_fiscal_quarter1 | ||
| 3. | begin_date | datetime | ||||
| 4. | end_date | datetime | ||||
| Column | References | Foreign Key Name | |
| Table | Column | ||
| fiscal_year_key | fiscal_year | fiscal_year_key | fk_fiscal_quarter1 |
| Table | Column | Foreign Key Name |
| fiscal_month | fiscal_quarter_key | fk_fiscal_month2 |
| fiscal_week | fiscal_quarter_key | fk_fiscal_week2 |
| Name | Definition |
| cc_fiscal_quarter_begin_date | ([begin_date]>='1900-01-01' AND [begin_date]<='2099-12-31') |
| cc_fiscal_quarter_end_date | ([end_date]>='1900-01-01' AND [end_date]<='2099-12-31') |
| Index Name | Unique | Column Name | Asc Or Desc |
| pk_fiscal_quarter | true | fiscal_quarter_key | Asc |
| idx_fiscal_quarter1 | true | fiscal_quarter_key | Asc |
| fiscal_year_key | |||
| idx_fiscal_quarter2 | false | fiscal_year_key | Asc |