use Test Create table Student( ID ,) primary key, ) not null ) Create Table Book( ID ,) primary key, )not null, StudentID int not null ) insert into Student values('张三') insert into Student values('李四') insert into Student values('王五') select * from…