表格代码 create table student ( sno ) primary key, sname ) not null, ssex ) not null, sbirthday datetime, class ) ) ; create table teacher ( tno ) primary key, tname ) not null, tsex ) not null, tbirthday datetime, prof ), depart ) not null ) ; create ta…