当前位置:网站首页>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
边栏推荐
- 深度学习 | MATLAB实现GRU门控循环单元gruLayer参数设定
- Introduction to STM32 development Introduce IIC bus, read and write AT24C02 (EEPROM) (using analog timing)
- The first experience of Shengsi large model experience platform——Take the small model LeNet as an example
- Aeraki Mesh 正式成为 CNCF 沙箱项目
- Transfer learning to freeze the network:
- 基于ArkUI eTS开发的坚果食谱(NutRecipes)
- 各位大拿,安装Solaris 11.4操作系统,在安装数据库依赖包的时候包这个错,目前无原厂支持,也无安装盘,联网下载后报这个错,请教怎么解决?
- 机器学习 | MATLAB实现支持向量机回归RegressionSVM参数设定
- js中常用追加元素的几种方法:append,appendTo,after,before,insertAfter,insertBefore,appendChild
- jmeter
猜你喜欢
CAN通信的数据帧和远程帧
Small application project works WeChat gourmet recipes applet graduation design of finished product (1) the development profile
Promise to learn several key questions (3) the Promise - state change, execution sequence and mechanism, multitasking series, abnormal penetration, interrupt the chain of Promise
[Open class preview]: Research and application of super-resolution technology in the field of video quality enhancement
EasyRecovery热门免费数据检测修复软件
【倒计时5天】探索音画质量提升背后的秘密,千元大礼等你来拿
新书上市 |《谁在掷骰子?》在“不确定性时代”中确定前行
在线GC日志分析工具——GCeasy
Mini Program Graduation Works WeChat Food Recipes Mini Program Graduation Design Finished Products (4) Opening Report
稀疏表示--学习笔记
随机推荐
leetcode每日一题:字符串压缩
利用正则表达式的回溯实现绕过
NIO‘s Sword(思维,取模,推公式)
【公开课预告】:超分辨率技术在视频画质增强领域的研究与应用
Audio and Video Technology Development Weekly | 256
STM32 CAN过滤器配置详解
语音聊天app源码——语音聊天派对
sql中ddl和dml(数据库表与视图的区别)
一篇文章,带你详细了解华为认证体系证书(1)
MySQL常用语句总结
每日一题:连续子数组的最大和(动态规划)
[Open class preview]: Research and application of super-resolution technology in the field of video quality enhancement
R语言两个时间序列数据的滞后相关性可视化:使用forecast包的ccf函数绘制交叉相关函数,根据可视化结果分析滞后相关性
[Cloud Residency Co-Creation] Huawei Cloud Global Scheduling Technology and Practice of Distributed Technology
一篇文章,带你详细了解华为认证体系证书(2)
OpenHarmony高校技术俱乐部计划发布
【钛晨报】国家统计局:7月制造业PMI为49%;玖富旗下理财产品涉嫌欺诈,涉及390亿元;国内航线机票燃油附加费8月5日0时起下调
在线GC日志分析工具——GCeasy
Promise to learn several key questions (3) the Promise - state change, execution sequence and mechanism, multitasking series, abnormal penetration, interrupt the chain of Promise
WPF 截图控件之绘制箭头(五)「仿微信」