数据库基本概念6,select,insert,auto increment,update,delete,truncate,create(primary key,foreign key)
数据库CURD它代表创建(Create)、更新(Update)、读取(Retrieve)和删除(Delete)操作。insertid必须设置为自增才行,否则updatedeletetruncatetruncate和delete的比较truncate无法回滚create数据库create表※创建表失败的原因是因为应用了不存在的表的主键作为外键了或者写为加上constraintfk_users_rol