- 9
- 0
- 约1.05万字
- 约 22页
- 2017-06-12 发布于河南
- 举报
Oracle表约束及复杂查询(国外英文资料)
Oracle表约束及复杂查询(国外英文资料)
Grant the resource to zy;
Grant dba to zy;
-- the constraints of the table
Non-null constraint: the constraint of a field is not null
Drop table t_user;
The create table t_user (
T_number int the not null,
T_name varchar2 (255).
);
The only constraint of 1.2 is the constraint that a certain field can only be a non-repeatable value
Alter table t_user add constraint t_number_unique unique (t_number);
Insert into t_user values (1001, 3);
Insert into t_user values (1002, li 4);
Insert into t_user values (1003, wang 5);
Check constraint: check that the value of a field meets
您可能关注的文档
最近下载
- 《滚动的轮子》幼儿园大班科学PPT课件.pptx VIP
- 中国人民大学核心期刊目录2022版 .docx
- 战略规划研讨会战略规划思考十步法.ppt VIP
- 飞秒激光微细加工系统装备的设计与开发.pdf VIP
- 最新版ISO9001-2026质量管理体系标准要求讲解运用及推行培训教材.pptx
- 7.1《风景谈》课件(共46张PPT)(含音频+视频).pptx VIP
- 某地块施工时用水方案.doc VIP
- CANPURE坎普尔超滤-MBR-EDI模块选型样本中文版-2020.pdf
- 《食品安全国家标准 食品中氯丙醇含量的测定》编制说明.doc VIP
- 预测石油和天然气管道的内部点蚀:浅探腐蚀科学模型 .pdf VIP
原创力文档

文档评论(0)