当前位置:网站首页>MySQL数据库 - 数据库和表的基本操作(二)
MySQL数据库 - 数据库和表的基本操作(二)
2022-04-23 19:28:00 【x 心 动】
仅供参考:
第1关:插入数据
USE Company;
#请在此处添加实现代码
########## Begin ##########
########## bundle insert the value ##########
insert into tb_emp(Id,Name,DeptId,Salary)
values(1,'Nancy',301,2300)
,(2,'Tod',303,5600)
,(3,'Carly',301,3200);
########## End ##########
SELECT * FROM tb_emp;
第2关:更新数据
USE Company;
#请在此处添加实现代码
########## Begin ##########
########## update the value ##########
update tb_emp
set Name="Nancy",DeptId=301,Salary =2300
where Id=1;
update tb_emp
set Name="Tracy",DeptId=302,Salary =4300
where Id=3;
########## End ##########
SELECT * FROM tb_emp;
第3关:删除数据
USE Company;
#请在此处添加实现代码
########## Begin ##########
########## delete the value ##########
delete FROM tb_emp where Salary>3000;
########## End ##########
SELECT * FROM tb_emp;
版权声明
本文为[x 心 动]所创,转载请带上原文链接,感谢
https://blog.csdn.net/qq_45623072/article/details/124055511
边栏推荐
- SQL of contention for system time plus time in ocrale database
- ArcMap connecting ArcGIS Server
- Pdf reference learning notes
- Modify the font size of hint in editext
- MySQL syntax collation
- NiO related Basics
- TI DSP的 FFT与IFFT库函数的使用测试
- JS controls the file type and size when uploading files
- No, some people can't do the National Day avatar applet (you can open the traffic master and earn pocket money)
- 山大网安靶场实验平台项目-个人记录(五)
猜你喜欢
精简CUDA教程——CUDA Driver API
White screen processing method of fulter startup page
Common SQL commands
arcMap 发布切片服务
[报告] Microsoft :Application of deep learning methods in speech enhancement
[report] Microsoft: application of deep learning methods in speech enhancement
指针数组与数组指针的区分
ArcMap connecting ArcGIS Server
Class loading mechanism
【webrtc】Add x264 encoder for CEF/Chromium
随机推荐
JS to get the local IP address
Coordinate conversion WGS-84 to gcj-02 and gcj-02 to WGS-84
Strange passion
Openlayers 5.0 two centering methods
Is meituan, a profit-making company with zero foundation, hungry? Coupon CPS applet (with source code)
[report] Microsoft: application of deep learning methods in speech enhancement
js获取本机ip地址
Convert string to JSON
Openlayers draw rectangle
Why is PostgreSQL about to surpass SQL Server?
I just want to leave a note for myself
DevOps集成-Jenkins 服务的环境变量和构建工具 Tools
The platinum library cannot search the debug process records of some projection devices
Command - sudo
Customize the non slidable viewpage and how to use it
White screen processing method of fulter startup page
Openharmony open source developer growth plan, looking for new open source forces that change the world!
视频理解-Video Understanding
Audio signal processing and coding - 2.5.3 the discrete cosine transform
Gossip: on greed