create database JXGL; go create table S( sno char(10)primary key not null, sname nvarchar(10) not null, sex char(2)not null, birth smalldatetime not null, homadd nvarchar(40), endate smalldatetime, dno char(10) ) go create table C( cno char(10) prima