|
ENTITY Language; language_code : STRING; country_code : OPTIONAL STRING; UNIQUE UR1 : language_code; END_ENTITY; -- Language |
Entity data types and their attributesLanguagelanguage_code: STRING; (OPT) country_code: STRING; |
Global rules for this entity data type- |