常用SQL语句查询分享
网络编程 2021-07-05 13:43www.168986.cn编程入门
本文通过几个小例子,给大家分享一下常用SQL常用的语句,非常的简单实用,有需要的小伙伴可以参考下。
--创建数据库(文件主要数据文件mdf==1,次要数据文件ndf>=0,日志文件ldf>=1)
--文件组当1mdf,5个ndf(1,2,2),10个ldf(3,3,4),将它们分成多个组存放
CREATE database studb;
--创建表teacher,student
create table teacher ( tid int(10) primary key auto_increment, tname varchar(20), tage int(10) ); use studb;
create table student ( sid int(10) primary key auto_increment, sname varchar(20), sage int(10), tid int(10) REFERENCES teacher(tid) );
--外键约束你问张三的老师是谁??
--select teacher.tname from teacher,student where student.sname = '张三' select t.tname from teacher t,student s where s.sname = '张三' and t.tid = s.tid
--创建课程表
create table course ( cid int(10) primary key, ame varchar(20), tid int(10) REFERENCES teacher(tid) );
--创建分数表
create table sc ( scid int(10) primary key, sid int(10) REFERENCES student(sid), cid int(10) REFERENCES course(cid), score int(10) );
--联合查询等值查询
--1..
select c.ame from course c,student s,sc where s.sname = '小张' and s.sid = sc.sid and c.cid = sc.cid;
--2..
select sname from student s,course c,sc where c.ame='android' and sc.score>=60 and s.sid = sc.sid and c.cid = sc.cid;
--3..
--子查询当条件也要查询的时候,我只知道学号,我不知道"小张"这个字段,那你知道小张的学号 吗
delete from sc where sid = (select sid from student where sname = '小张');
--子查询中间的符号一定是父查询与子查询两张表关联的字段(一般是主外键)
--4..
update sc set score=score+5 where cid=????; select tid from teacher where tname='李老师' ==1 select ame from course where tid = 1 ==课程名字,李老师教的 select cid from course where ame='android' ==课程ID update sc set score=score+5 where cid= ( select cid from course where ame= ( select ame from course where tid = ( select tid from teacher where tname='李老师' ) ) );
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程