会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
夏末、初秋
博客园
首页
新随笔
联系
订阅
管理
2016年1月3日
oracle的主键
摘要: 1、关于主键:在建表时指定primary key字句即可:create table test( id number(6) primary key, name varchar2(30));如果是对于已经建好的表,想增加主键约束,则类似语法:alter table test add constra...
阅读全文
posted @ 2016-01-03 22:55 夏末、初秋
阅读(465)
评论(0)
推荐(0)
公告