From a22d54dbb4385312c209907e90d3a8ee32c88d5e Mon Sep 17 00:00:00 2001 From: Sarkis Kovlekjian <83559262+kenshanta@users.noreply.github.com> Date: Fri, 23 Aug 2024 13:13:27 +0200 Subject: [PATCH] Update data-manipulation-language by adding articles (#6760) Add article links --- ...ata-manipulation-language-dml@WMSXi-eez_hHGDM8kUdWz.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/sql/content/data-manipulation-language-dml@WMSXi-eez_hHGDM8kUdWz.md b/src/data/roadmaps/sql/content/data-manipulation-language-dml@WMSXi-eez_hHGDM8kUdWz.md index c5138ceda..5fdccb563 100644 --- a/src/data/roadmaps/sql/content/data-manipulation-language-dml@WMSXi-eez_hHGDM8kUdWz.md +++ b/src/data/roadmaps/sql/content/data-manipulation-language-dml@WMSXi-eez_hHGDM8kUdWz.md @@ -1,3 +1,9 @@ # Data Manipulation Language (DML) -Data Manipulation Language (DML) is a subset of SQL used to manage data within database objects. It includes commands like `SELECT`, `INSERT`, `UPDATE`, and `DELETE`, which allow users to retrieve, add, modify, and remove data from tables. DML statements operate on the data itself rather than the database structure, enabling users to interact with the stored information. These commands are essential for day-to-day database operations, data analysis, and maintaining the accuracy and relevance of the data within a database system. \ No newline at end of file +Data Manipulation Language (DML) is a subset of SQL used to manage data within database objects. It includes commands like `SELECT`, `INSERT`, `UPDATE`, and `DELETE`, which allow users to retrieve, add, modify, and remove data from tables. DML statements operate on the data itself rather than the database structure, enabling users to interact with the stored information. These commands are essential for day-to-day database operations, data analysis, and maintaining the accuracy and relevance of the data within a database system. + +Visit the following resources to learn more: + +- [@article@What is DML?](https://satoricyber.com/glossary/dml-data-manipulation-language) +- [@article@What is DML?(Wiki)](https://en.wikipedia.org/wiki/Data_manipulation_language) +- [@article@Difference Between DMS & DML](https://appmaster.io/blog/difference-between-ddl-and-dml)