码迷,mamicode.com
首页 > 数据库 > 详细

创建数据库表的SQL语句

时间:2017-04-20 16:06:45      阅读:204      评论:0      收藏:0      [点我收藏+]

标签:span   ima   for   color   使用   数据库   主键   uniq   creat   

创建表、视图、索引的sql语句如下:

CREAT TABLE (列名,数据类型,约束)

create view(创建视图)

create index (创建索引)

  1、primary key(主键)

  2、unique (唯一性)

  3、foreign key references 表名(列名)

  4、check(约束表达式)

一般unique 要和not null连着使用

 

 

创建数据库表的SQL语句

标签:span   ima   for   color   使用   数据库   主键   uniq   creat   

原文地址:http://www.cnblogs.com/dyc-1234/p/6739248.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!