From 37ca08f95628cc8a8b95f43b05153db479138902 Mon Sep 17 00:00:00 2001 From: Karim Safan <110535652+karim1safan@users.noreply.github.com> Date: Tue, 21 Jan 2025 19:17:52 +0200 Subject: [PATCH] feat: add topic content resources * Update dml@tcQSH-eAvJUZuePTDjAIb.md adding two resource for DML * Update src/data/roadmaps/computer-science/content/dml@tcQSH-eAvJUZuePTDjAIb.md * Update src/data/roadmaps/computer-science/content/dml@tcQSH-eAvJUZuePTDjAIb.md --------- Co-authored-by: Arik Chakma --- .../computer-science/content/dml@tcQSH-eAvJUZuePTDjAIb.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/computer-science/content/dml@tcQSH-eAvJUZuePTDjAIb.md b/src/data/roadmaps/computer-science/content/dml@tcQSH-eAvJUZuePTDjAIb.md index f9615dcab..a7052207b 100644 --- a/src/data/roadmaps/computer-science/content/dml@tcQSH-eAvJUZuePTDjAIb.md +++ b/src/data/roadmaps/computer-science/content/dml@tcQSH-eAvJUZuePTDjAIb.md @@ -1,6 +1,8 @@ # DML (Data Manipulation Language) -The SQL commands that deals with the manipulation of data present in the database belong to DML or Data Manipulation Language and this includes most of the SQL statements. It is the component of the SQL statement that controls access to data and to the database. Basically, DCL statements are grouped with DML statements. +The SQL commands that manipulate data in the database belong to DML, or Data Manipulation Language, and this includes most of the SQL statements. DCL is the component of the SQL statement that controls access to data and to the database. Basically, DCL statements are grouped with DML statements. Visit the following resources to learn more: +- [@article@DML: Data Manipulation Language](https://satoricyber.com/glossary/dml-data-manipulation-language) +- [@article@Difference Between DDL and DML](https://appmaster.io/blog/difference-between-ddl-and-dml)