摘要: create table <表名>( <列名> <数据类型及长度> [not null], <列名> <数据类型及长度>, ... <列名> <数据类型及长度>) primary key 主键not null 非空foreign key(Nation) references Nation(Code) 阅读全文
posted @ 2016-05-25 18:58 哔哩哔哩干杯 阅读(228) 评论(0) 推荐(0)