mysql的级联操作【点击查看详情】
mysql的级联操作:1.创建表a create table a( name char(20) not null, id char(20) not null primary key); 2.创建表b create table b( b_name char(20) not null, b_id char(20) not null , constraint foreign ke
相关视频/文章