当前位置:网站首页>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
边栏推荐
- Pytest电商项目实战(下)
- Hot review last week (7.25 7.31)
- .NET深入解析LINQ框架(三:LINQ优雅的前奏)
- Push the local project to the remote repository
- JS 中的 undefined 和 null 的区别
- [Cloud Residency Co-Creation] Huawei Cloud Global Scheduling Technology and Practice of Distributed Technology
- STM32 CAN过滤器配置详解
- Promise学习(二)一篇文章带你快速了解Promise中的常用API
- 这是我见过写得最烂的Controller层代码,没有之一!
- PDMan-domestic free general database modeling tool (minimalist, beautiful)
猜你喜欢

新书上市 |《谁在掷骰子?》在“不确定性时代”中确定前行

C#/VB.NET 将PPT或PPTX转换为图像

LeakCanary如何监听Service、Root View销毁时机?

Promise学习(一)Promise是什么?怎么用?回调地狱怎么解决?

mysql进阶(二十二)MySQL错误之Incorrect string value中文字符输入错误问题分析

CAN通信的数据帧和远程帧

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

【公开课预告】:超分辨率技术在视频画质增强领域的研究与应用

【likeshop】回收租凭系统100%开源无加密 商城+回收+租赁

Small application project works WeChat gourmet recipes applet graduation design of finished product (1) the development profile
随机推荐
R语言拟合ARIMA模型:使用forecast包中的auto.arima函数自动搜索最佳参数组合、模型阶数(p,d,q)、设置seasonal参数指定在模型中是否包含季节信息
【likeshop】回收租凭系统100%开源无加密 商城+回收+租赁
leetcode/submatrix element sum
判断JS数据类型的四种方法
Complete Raiders of JS Data Type Conversion
冰冰学习笔记:gcc、gdb等工具的使用
Pytest e-commerce project combat (below)
【社区明星评选】第24期 8月更文计划 | 笔耕不辍,拒绝躺平!更多原创激励大礼包,还有华为WATCH FIT手表!
如何获取微信视频号的地址(微信公众号的链接地址)
利用正则表达式的回溯实现绕过
LeakCanary如何监听Service、Root View销毁时机?
正则表达式
.NET性能优化-使用SourceGenerator-Logger记录日志
表达式引擎在转转平台的实践
【随心笔记】假期快过去了,都干了点什么
JS 中的 undefined 和 null 的区别
A new generation of ultra-safe cellular batteries, Sihao Airun goes on sale starting at 139,900 yuan
复现assert和eval成功连接或失败连接蚁剑的原因
Istio Meetup China:全栈服务网格 - Aeraki 助你在 Istio 服务网格中管理任何七层流量
slice、splice、split傻傻分不清