adding two resource for DML
pull/7971/head
Karim Safan 2 weeks ago committed by GitHub
parent 5ac086036e
commit 987129385e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      src/data/roadmaps/computer-science/content/dml@tcQSH-eAvJUZuePTDjAIb.md

@ -1,6 +1,9 @@
# DML (Data Manipulation Language) # 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: 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)

Loading…
Cancel
Save