Skip to content

NADEEF Denial Constraint (DC) format

Si Yin edited this page May 6, 2014 · 2 revisions
DC         := not( Predicates )
Predicates := Predicate (& Predicate)*
Predicate  := t1.ColumnName [=|>|<|>=|<=|!=] [t1|t2].ColumName
  • ColumnName is the table column name.
  • Use t2 when the rule is working with 2 tables.

Clone this wiki locally