The ARF_CAL_MOY table stores names and order information for the twelve months of the year.

Column Name

Type

Length

Null Allowed

Description

ID

varchar

40

No

Identifier; primary key.

SHORT_NAME

varchar

4

No

Name of the month in short format; for example:

NOV

LONG_NAME

varchar

9

No

Name of the month in long format; for example:

NOVEMBER

MONTH_OF_YEAR

tinyint

No

The number of the month within a year, for example:

11

 
loading table of contents...