Skip to content

Commit 37ca08f

Browse files
feat: add topic content resources
* Update [email protected] adding two resource for DML * Update src/data/roadmaps/computer-science/content/[email protected] * Update src/data/roadmaps/computer-science/content/[email protected] --------- Co-authored-by: Arik Chakma <[email protected]>
1 parent b40ec83 commit 37ca08f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# DML (Data Manipulation Language)
22

3-
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.
3+
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.
44

55
Visit the following resources to learn more:
66

7+
- [@article@DML: Data Manipulation Language](https://satoricyber.com/glossary/dml-data-manipulation-language)
8+
- [@article@Difference Between DDL and DML](https://appmaster.io/blog/difference-between-ddl-and-dml)

0 commit comments

Comments
 (0)