From 987129385e76a3ede57d38553bf95de0c67dabb3 Mon Sep 17 00:00:00 2001 From: Karim Safan <110535652+karim1safan@users.noreply.github.com> Date: Thu, 2 Jan 2025 15:51:02 +0200 Subject: [PATCH] Update dml@tcQSH-eAvJUZuePTDjAIb.md adding two resource for DML --- .../computer-science/content/dml@tcQSH-eAvJUZuePTDjAIb.md | 5 ++++- 1 file changed, 4 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..3bdfc02a6 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,9 @@ # 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) +