How do I enforce data integrity rules in my database?

前端 未结 11 1440
滥情空心
滥情空心 2021-01-20 04:07

I\'m designing this collection of classes and abstract (MustInherit) classes…

11条回答
  •  时光取名叫无心
    2021-01-20 05:02

    I am not that familiar with SQL Server, but I know with Oracle you can specify Constraints that you could use to do what you are looking for. I am pretty sure you can define constraints in SQL server also though.

    EDIT: I found this link that seems to have a lot information, kind of long but may be worth a read.

提交回复
热议问题