数据库基础练习(一)

朱明*

mysql,数据库,

项目描述

应用了mysql的基础语句,完成了20几道简单的练习作业!

上传时间

2021.03.30

浏览人数

771人
朱明*
天津市宁河县
Hot:16412

# 未婚男性中年龄最大的人的所有信息

select * from employee where is_married = 0 and gender = '男' 

and age = (select max(age) from employee where is_married = 0 and gender = '男'); 

#查询数据总条数 

select count(id) from employee; 

#年龄排序

select*from day29 order by age; 

#年龄排序 倒序

select*from day29 order by age desc;

 #子查询 查最大年龄的人的人名

select name from  day29 where age=(select max(age) from day29);

#按照年龄分组 显示年龄和分组人数

select count(id), age from day29 group by age ; 

#查杨小小的所学课程 显示课程和人名

select*from day29 where name='玨李'; 

 #年龄最小的人的课程和名字

select name, course from day29 where age=(select min(age) from day29);

 #年龄最大的人的课程和名字

select*from day29 where age=(select max(age) from day29);

 #全查询

select*from day29;

#依据ID查询一个人的所有信息

select*from day29 where id =2;

#插入 张三,男,22,Java 这条数据

-- insert into day29(name, sex, age, course) values('张三','男','22','java')

#查出李月的学号

select id from day29 where name = '玨我的王'; 

#把李月的课程改为Java 年龄改为21岁

set SQL_SAFE_UPDATES = 0; #关闭安全模式 0为关 1为开;

update day29 set course='java', age= 21 where name='玨我的王'; 

#删除学号为2的学生

delete from day29 where id=2; 

#删除18岁以下的学生

delete from day29 where age<18; 




朱明*

4.8分

keep trying!
python python培训 天津python培训 python培训班 python培训多少钱 Django 天津python培训班 天津python培训 天津python培训机构。天津python培训学什么? python python培训 天津python培训 Mysql django Numpy flask anaconda 天津python培训 天津python培训班 python培训 python 天津python培训 天津python培训班 数据爬虫 爬虫技术 python爬虫 python 天津python培训 python培训 python PyCharm Eclipse + 天津python培训 python培训 python PyCharm Eclipse + PyDev python培训 天津python培训 python培训班 python培训多少钱 PyCharm Eclipse + PyDev visual studio 天津python培训 天津python培训班 PyCharm Eclipse + PyDev visual studio 天津python培训 天津python培训班 天津python培训机构 python培训班 C/C++ Java Python 天津python培训 天津python培训班 天津python培训机构 python培训班 C/C++ Java Python 天津python培训 天津python培训班 天津python培训机构 python培训班 C/C++ Java Python 天津python培训 天津python培训班 天津python培训机构 python培训班 C/C++ Java Python 天津python培训 天津python培训班 天津python培训机构 python培训班 python java web 天津python培训 天津python培训哪家好 天津python培训机构 天津python培训班 python java web前端 天津python培训 天津python培训班 天津python培训机构 天津python培训学校 python java web 天津python培训 天津python培训班 天津python培训机构 python培训 python java web 天津python培训 天津python培训班 天津python培训机构 天津python培训学校 python java web 天津python培训 天津python培训班 天津python培训机构 python java web 天津python培训 天津python培训班 天津python培训机构 天津python培训学校 python Java web 天津python培训 天津python培训学校 天津python培训机构 天津python培训班 python java web 天津python培训 天津python培训班 天津python培训机构 python培训 python Java web 天津python培训 天津python培训机构 天津python培训班 python培训 python java web 天津python培训 天津python培训机构 天津python培训学校 python培训 python java web 天津python培训 天津python培训班 天津python培训机构 python培训 python java web 天津python培训 天津python培训班 天津python培训机构 python培训 python java web 天津python培训 天津python培训班 天津python培训机构 python培训学校 python java web 天津python培训 天津python培训机构 python培训班 python java web 天津Java培训 天津Java培训班 Java培训 天津Java培训机构 python web java 天津python培训 天津python培训班 天津python培训机构 python java web 天津python培训 天津python培训班 python培训 天津python培训机构 python java web 天津python培训 天津python培训班 天津python培训机构 python培训 python web java 天津python培训 天津python培训班 python培训 python web java 天津python培训 天津python培训班 python培训 python web java 天津python培训 天津python培训机构 天津python培训学校 python web java 天津python培训班 天津python培训机构 天津python培训学校 python java web 天津python培训 天津python培训机构 python培训 python web java 天津python培训 天津python培训班 python培训 python web java 天津python培训 天津python培训机构 python培训 python web java 天津python培训 天津python培训班 python培训 python web java 天津python培训 天津python培训班
朱明*    16412 天津市宁河县 设计师杨冰是女孩 1996.**.**
本网站已在中国版权保护中心登记了美术作品著作权与软件著作权违者将依法追究责任,特此声明! | Copyright©2013-2022,zhuzuoji.com | 诚筑说培训学校(天津)有限公司内容支持 | 京ICP备17020986号-5