SQL server语句练习

insert into student (sno,sname,ssex,sbirthday,class)
values (105,'匡明','男','1975-10-02',95031)
insert into student(sno,sname,ssex,sbirthday,class)
values (107,'王丽','女','1976-01-23',95033)
insert into student(sno,sname,ssex,sbirthday,class)
values (101,'李军','男','1976-02-20',95033)
insert into student(sno,sname,ssex,sbirthday,class)
values (109,'王芳','女','1975-02-10',95031)
insert into student(sno,sname,ssex,sbirthday,class)
values (103,'陆军','男','1974-06-03',95031)
insert into course (cno,cname,tno) values ('3-105','计算机导论',825)
insert into course (cno,cname,tno) values ('3-245','操作系统',804)
insert into course (cno,cname,tno) values ('6-166','数据电路',856)
insert into course (cno,cname,tno) values ('9-888','高等数学',831)
 
insert into score (sno,cno,degree) values(103,'3-245',86)
insert into score (sno,cno,degree) values(105,'3-245',75)
insert into score (sno,cno,degree) values(109,'3-245',68)
insert into score (sno,cno,degree) values(103,'3-105',92)
insert into score (sno,cno,degree) values(105,'3-105',88)
insert into score (sno,cno,degree) values(109,'3-105',76)
insert into score (sno,cno,degree) values(101,'3-105',64)
insert into score (sno,cno,degree) values(107,'3-105',91)
insert into score (sno,cno,degree) values(108,'3-166',78)
insert into score (sno,cno,degree) values(101,'3-166',85)
insert into score (sno,cno,degree) values(107,'3-166',79)
insert into score (sno,cno,degree) values(108,'3-166',85)

insert into teacher (tno,tname,tsex,tbirthday,prof,depart) 
values(804,'李成','男','1958-12-02','副教授','计算机')
insert into teacher (tno,tname,tsex,tbirthday,prof,depart) 
values(856,'张旭','男','1969-03-12','讲师','电子工程')
insert into teacher (tno,tname,tsex,tbirthday,prof,depart) 
values(825,'王萍','女','1972-05-05','助教','计算机')
insert into teacher (tno,tname,tsex,tbirthday,prof,depart) 
values(831,'刘冰','女','1977-08-14','助教','电子工程')

delete from student
where sname ='李军'
truncate table student
update student set ssex='女'
select * from student where ssex='女'
select* from student where sname like'王%'
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Exception.

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值