Update data-manipulation-language by adding articles (#6760)

Add article links
pull/6768/head
Sarkis Kovlekjian 2 months ago committed by GitHub
parent 694d7b1ecc
commit a22d54dbb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      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.
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)

Loading…
Cancel
Save