# Data Standard Management
# Domain Definition
It is used to define the subject domain, which can be selected when creating data to classify the data tables in different data warehouses according to the subject.
Go to Data Governance > Data Standard Management > Subject Definition, and add, edit or delete subject domains as needed.
# Model Management
It is used to define the data model, currently supporting creating fields in custom mode or SQL mode. When creating a data model, you can select different model types to correspond to different levels in the data warehouse standard, and choose different subject domain prefixes to classify the model. Once the creation is completed, you can physicalize the model to add it to the database.
After physicalizing the model, you can also select an existing model in the creation method when configuring the workflow.
# Relation Network
It is used to define the field relationship between different models. Currently it supports LEFT, RIGHT, FULL and INNER association types, and can automatically generate SQL statements for the association between two tables when generating custom workflows.
# Indicator Definition
It is used to define the data to be counted and the statistical logic based on the table fields. The indicator type includes atomic index and derived index, as the former one can specify statistical fields and statistical logic while the latter can only specify business limits, statistical periods and statistical granularity based on atomic index definitions.
# Statistical Period
It is used for subsequent indicator statistics according to the configured time range. It cannot be modified or deleted if associated with an indicator.
# Service Restriction
It is used to add business limits for a certain field on the model. If it is specified when creating a derived index, the corresponding SQL statement will be created when generating a custom workflow.