# WEEKDAYS: Data Dictionary Days of the Week Map of days of the full week with 1 representing Monday and 7 representing Sunday. - Catalog: `DataDictionary` - Schema: `Invantive` - Alias: `wdy` - Primary Keys: `DAY` - Label: Days of the Week This is a read-only table. The Data Dictionary API may not support changing the data or the Invantive UniversalSQL driver for Data Dictionary does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Data Dictionary API. ## Table Columns The columns of the table `WEEKDAYS` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `day` | `number` | Day Number | ☑ | Number of the day. | | `description` | `varchar2`(240) | Description | ☑ | |