mktg_expression_depends Table
The mktg_expression_depends table in the marketing database contains information about expression dependencies in the Marketing System.
The following table describes the columns in the mktg_expression_depends table.
Column name |
Type |
Allow null |
Description |
---|---|---|---|
i_expr_id |
int |
no |
The ID of this expression. This is a primary key, and a foreign key into the mktg_expression table. |
i_expr_depend |
int |
no |
The ID of the expression on which this expression depends. This is a primary key, and a foreign key into the mktg_expression table. |