Table Description
School District: A school district related to participants, such as Educational Institutes, with which an organization interacts.

School districts are associated with participants, such as educational institutes or other records related to school or education processing.

Relationship Diagram
Click the diagram to manipulate and zoom. Traverse the diagram using Click-and-Drag motions.
Model Details
Location in Model: Logical View::MetaModel::Curam::Core::Reference Model::Concern::Entity Objects::SchoolDistrict::SchoolDistrict
Controlling File: core\model\Packages\Concern\SchoolDistrict_cat.efx
Table Options
ALLOW_OPTIMISTIC_LOCKINGyes
AUDIT_FIELDSyes
Attributes (5)
AttributeStereotypeNullableDescriptionDomain DefinitionCodetableDDL Type
schoolDistrictIDkeynoUnique reference number assigned by the system to a School District record.SCHOOL_DISTRICT_ID SVR_INT64
namedetailsnoThe name of the school district.SCHOOL_DISTRICT_NAME SVR_STRING<128>
countydetailsnoThe code indicating the county in which the school district belongs to.ADDRESS_US_COUNTY_CODEAddressUSCountySVR_STRING<10>
statedetailsnoThe code indicating the state associated with the school district belongs to.STATE_CODES_CODEStateCodesSVR_STRING<10>
upperNamedetails The name of the school district in upper case letters.SCHOOL_DISTRICT_NAME SVR_STRING<128>
Foreign Keys (1)
ChildParent
EducationalInstitute.schoolDistrictIDSchoolDistrict.schoolDistrictID
Operations (3)
OperationStereotypeOptionsDescriptionSQL
insertinsertAUTO_ID: schoolDistrictID
Standard Operation 
readread Standard Operation 
searchByNameOrCountyOrStatensmulti This method is used for searching SchoolDistricts. Search is performed based on partial match of the name criteria.SQL
Related Pages (3)