EN
Español
English
Português
    DMM_COLUMN

    Contains the information of the columns defined in the data analysis models

    Data model

    Fields

    Field Type Description
    created_date* DATETIME Record creation date
    dataset_id* UNIQUEIDENTIFIER Identifier of the dataset to which the column belongs
    id* UNIQUEIDENTIFIER Column ID
    name* VARCHAR (30) Column Name
    unique_key* BIT Indicates whether the column is part of the unique key within the dataset

    Primary Key

    PK_DMM_COLUMN
    id

    References

    Column Referenced Table Referenced column Name
    dataset_id* dbo.DMM_DATASET id FK01_DMM_COLUMN