答:
创建自动增长约束:create table <表名> (<字段名1> <字段类型1> primary key auto_increment,<字段名
2> <字段类型2>,……<字段名n> <字段类型n>);