会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
过隙白驹
博客园
首页
新随笔
联系
订阅
管理
2017年3月2日
创建索引和主键
摘要: 一、 主建的创建与删除 1. 创建表时同时创建主键(加primary key) Create Table Book ( ID int identity(1,1) primary key, Name nvarchar(50) not null, StudentID int not null ) 2.
阅读全文
posted @ 2017-03-02 18:07 过隙白驹
阅读(7108)
评论(1)
推荐(1)
编辑