Data element |
Definition |
ID
Indexed - yes
Format - Integer
May be null - no |
The unique identifier of an airline in the table.
|
AIRLINE_CODE
Indexed - no
Format - varchar2(10)
May be null - yes
|
The 10 character code for the airline. |
AIRLINE
Indexed - no
Format - varchar2(1000)
May be null - yes
|
The name of the airline. |
DISABLED
Indexed - no
Format - varchar2(1)
May be null - yes
|
Is this airline record disabled? |
CREATED_ON_THE_FLY
Indexed - no
Format - varchar2(1)
May be null - yes
|
Was this airline record created by a User? |