会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
关注.NET AJAX MVC
关注.NET,Object-C
博客园
首页
新随笔
联系
管理
订阅
2009年2月10日
外键约束
摘要: 在Mssql2005在创建表时,可以这样的创建外键 create table Orders ( OrderID int identity not null Primary key, CustomerID int not null foreign key references Customers(CustomerNo),//customers是提供外键约束的表,customerNo是提供外键的列...
阅读全文
posted @ 2009-02-10 22:07 传说中的祥哥
阅读(262)
评论(0)
推荐(0)
编辑
公告