当前位置:网站首页>ddl and dml in sql (the difference between database table and view)
ddl and dml in sql (the difference between database table and view)
2022-08-01 11:32:00 【Full stack programmer webmaster】
Hello everyone, meet again, I'm your friend Quanstack Jun.
DDL and DMLDefinition and difference
1. DML (Data Manipulation Language) data manipulation language:
Scope of application: perform some simple operations on the data in the database, such as insert, delete, update, select, etc.
Data operations in tables (indexes and sequences) are DML operations, and data operations in databases (tables, indexes, sequences, synonyms, etc.) are DDL operations
2. DDL (Data Definition Language) data definition language:
Scope of application: To manage some objects in the database (for example, database, table), the objects of DDL are these three keywords
Create, Alter and Drop.
Difference:
1.DML operations can manually control the opening, committing and rolling back of transactions.
2. DDL operations are implicitly submitted and cannot be rolledback!
Publisher: Full-stack programmer, please indicate the source: https://javaforall.cn/126882.htmlOriginal link: https://javaforall.cn
边栏推荐
- Introduction to STM32 development Introduce IIC bus, read and write AT24C02 (EEPROM) (using analog timing)
- 4种常见的鉴权方式及说明
- 复现assert和eval成功连接或失败连接蚁剑的原因
- Browser shortcut keys
- leetcode/子矩阵元素和
- 【云享新鲜】社区周刊·Vol.73- DTSE Tech Talk:1小时深度解读SaaS应用系统设计
- 如何利用DevExpress控件绘制流程图?看完这篇文章就懂了!
- .NET analyzes the LINQ framework in depth (three: the elegant prelude of LINQ)
- A new generation of ultra-safe cellular batteries, Sihao Airun goes on sale starting at 139,900 yuan
- 华硕和微星多款产品将升级英特尔Arc A380和A310显卡
猜你喜欢

2022 Go生态圈 rpc 框架 Benchmark

Jenkins安装插件遇到的问题

大众碰到点评的一个字体反爬,落地技术也是绝了

重庆市大力实施智能建造,推动建筑业数字化转型,助力“建造强市”

Mini Program Graduation Works WeChat Food Recipes Mini Program Graduation Design Finished Products (4) Opening Report

Mini Program Graduation Works WeChat Food Recipes Mini Program Graduation Design Finished Products (3) Background Functions

Pytest电商项目实战(下)

【倒计时5天】探索音画质量提升背后的秘密,千元大礼等你来拿

Promise to learn several key questions (3) the Promise - state change, execution sequence and mechanism, multitasking series, abnormal penetration, interrupt the chain of Promise

Sparse representation - study notes
随机推荐
Mini Program Graduation Works WeChat Food Recipes Mini Program Graduation Design Finished Products (4) Opening Report
Flutter Widget 如何启用和屏蔽点击事件
2022 Go ecosystem rpc framework Benchmark
Promise learning (4) The ultimate solution for asynchronous programming async + await: write asynchronous code in a synchronous way
A new generation of ultra-safe cellular batteries, Sihao Airun goes on sale starting at 139,900 yuan
腾讯云原生:Areaki Mesh 在 2022 冬奥会视频直播应用中的服务网格实践
Aeraki Mesh became CNCF sandbox project
leetcode每日一题:字符串压缩
redis6 跟着b站尚硅谷学习
复现assert和eval成功连接或失败连接蚁剑的原因
Transfer learning to freeze the network:
深入理解 Istio —— 云原生服务网格进阶实战
Push the local project to the remote repository
The first experience of Shengsi large model experience platform——Take the small model LeNet as an example
新书上市 |《谁在掷骰子?》在“不确定性时代”中确定前行
R语言拟合ARIMA模型:使用forecast包中的auto.arima函数自动搜索最佳参数组合、模型阶数(p,d,q)、设置seasonal参数指定在模型中是否包含季节信息
sql中ddl和dml(数据库表与视图的区别)
【云享新鲜】社区周刊·Vol.73- DTSE Tech Talk:1小时深度解读SaaS应用系统设计
判断JS数据类型的四种方法
【随心笔记】假期快过去了,都干了点什么