随笔分类 -  Oracle 管理

摘要:介绍 本篇文章主要介绍在oracle中如果创建自增长表,这里要用到序列。 create table tb_student ( id NUMBER(10) not null, createtime DATE not null, constraint PK_tb_student primary key 阅读全文
posted @ 2016-10-17 22:01 pursuer.chen 阅读(11643) 评论(2) 推荐(0) 编辑
摘要:介绍 为了避免在数据库表结构设计过程中使用系统保留关键字我们必须知道数据库存在哪些关键字,接下来会列出mysql、oracle、sqlserver三个数据库各自的保留关键字。 Mysql http://dev.mysql.com/doc/refman/5.7/en/keywords.html ACC 阅读全文
posted @ 2016-10-16 11:50 pursuer.chen 阅读(6614) 评论(0) 推荐(1) 编辑