2018-07-31 ---练习3 ---创建sporter表 create table sporter( sporterid ) constraint sport_id primary key, sname ) not null, sex ), department ) not null ); select * from sporter; ---向sporter表中插入数据 ,'李盼','女','计算机系'); ,'王玥','女','数学系'); ,'丁赛','男','计算机系'); ,'汪丽…