student表共有4个字段,各个字段属性如下:
字段名字段类型字段长度字段标识
student_idint11not_null primary_key auto_increment
student_nostring20not_null unique_key
student_namestring20not_null
class_idint11multiple_key