爱问知识人 爱问教育 医院库

oracle中表的约束有哪几种?

首页

oracle中表的约束有哪几种?

oracle中表的约束有哪几种,分别有什么作用

提交回答

全部答案

    2013-12-04 13:11:06
  •   NOT NULL, prohibits a database value from being null。
    unique, prohibits multiple rows from having the same value in the same column or combination of columns but allows some values to be null。
       primary key, combines a NOT NULL constraint and a unique constraint in a single declaration。 That is, it prohibits multiple rows from having the same value in the same column or combination of columns and prohibits values from being null。
       foreign key, requires values in one table to match values in another table。 check, requires a value in the database to comply with a specified condition。
      

    明***

    2013-12-04 13:11:06

类似问题

换一换
  • 数据库 相关知识

  • 电脑网络技术
  • 电脑网络

相关推荐

正在加载...

热点检索

  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 174-193
返回
顶部
帮助 意见
反馈

确定举报此问题

举报原因(必选):