您好,欢迎来到一达通美食网。
搜索
您的当前位置:首页mysql创建表creattable实例

mysql创建表creattable实例

来源:一达通美食网


实例一:创建最基本的表(下面创建了一个manong表)

CREATE TABLE manong(
 id int not null,
 category char(20)
);

实例二:创建带主键(primary key)的表

CREATE TABLE manong(
 id int not null primary key,
 category char(20)
);

上面实例创建了一个mangnong表,分别有id和category两个字段,其中id为主键。

Copyright © 2019- idto.cn 版权所有

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务