Is it possible to express a conditional validation on an insert or update to a table (SQL Server 2008 R2) that says column A cannot be null if column B is equal to 12,13 or 14.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
You can implement this with a table level
|
|||||||||||||||
|
|
Yes, you could do this using a Check Constraint Something like this?
|
|||
|
|
|
In first-order logic, this is known as implication:
Applying the implcation law, the above can be transformed to this:
Substituting your expressions:
Applying the implcation law:
Substituting SQL expressions:
Applying De Morgan's laws:
Hence:
SQL DDL:
|
|||
|
|