日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

SQL練習(xí)1關(guān)于插入刪除,修改,單表查詢

系統(tǒng) 2209 0

--創(chuàng)建數(shù)據(jù)庫
create database studentsDB

--創(chuàng)建表
create table student
(
?id int primary key,
?stuid char(10),
?stuname char(20),
?classname char(20),
?addresss char(40),
?cols int,
?sex char(10)
)

--更改數(shù)據(jù)項的數(shù)據(jù)類型
alter table student
alter column cols float

--插入數(shù)據(jù)
insert into student(id,stuid,stuname,classname,addresss,cols,sex)
values(1,'001','張三','1','重慶',100,'男')

insert into student(id,stuid,stuname,classname,addresss,cols,sex)
values(2,'002','李四','2','四川',70,'女')

insert into student(id,stuid,stuname,classname,addresss,cols,sex)
values(3,'003','李麗','1','貴州',99,'男')

insert into student(id,stuid,stuname,classname,addresss,cols,sex)
values(4,'004','王五','3','武漢',55,'女')

insert into student(id,stuid,stuname,classname,addresss,cols,sex)
values(5,'005','陳好','1','香港',67,'男')

--查詢分數(shù)在60-100的信息
select id,stuid,stuname,classname,addresss,cols,sex from student where cols between 60 and 100

--查詢班級里姓李的同學(xué)的信息
select id,stuid,stuname,classname,addresss,cols,sex from student where stuname like '李%'

--查詢分數(shù)等于99和100的同學(xué)的信息
select id,stuid,stuname,classname,addresss,cols,sex from student where cols = 99 or cols =100

--根據(jù)分數(shù)降序排列
select id,stuid,stuname,classname,addresss,cols,sex from student order by cols desc

--根據(jù)性別求出男生和女生分數(shù)的平均值
select avg(cols) as 平均成績,sex from student group by sex

--求出各班的平均成績
select avg(cols) as 平均成績,classname from student group by classname

SQL練習(xí)1關(guān)于插入刪除,修改,單表查詢


更多文章、技術(shù)交流、商務(wù)合作、聯(lián)系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯(lián)系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發(fā)表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 噶尔县| 吉林市| 阜宁县| 通海县| 中阳县| 安顺市| 吴川市| 杭锦后旗| 鹤山市| 大关县| 洞口县| 济宁市| 视频| 体育| 杂多县| 镇远县| 铜梁县| 中牟县| 西华县| 红河县| 建平县| 东乡族自治县| 横峰县| 台南县| 桓台县| 玉田县| 民权县| 久治县| 黔东| 长岭县| 日照市| 玉屏| 玉树县| 邛崃市| 湘潭县| 彭山县| 谢通门县| 和硕县| 泾源县| 措美县| 江油市|