This table stores names and other information for the year’s four quarters.

Column Name

Type

Length

Null Allowed

Description

ID

varchar

40

No

Identifier; primary key.

QTR_OF_YEAR

tinyint

No

The number of the quarter within a year (range 1-4), for example:

2

SHORT_NAME_EN

varchar

4

No

Name of the quarter in short form, for example:

Q1

LONG_NAME_EN

varchar

9

No

Name of the quarter in long form, for example:

Quarter 1


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices