Knowledge Graph — Coursera Notes › Academic disciplines › Computer Science / Information Technology › Databases › SQL
DML
concept · part of SQL
Data Manipulation Language commands such as INSERT, UPDATE, DELETE, COPY INTO that can be executed by stored procedures.
Inside DML (3)
- DELETE — A DML statement used to remove rows from a table based on a condition.
- INSERT — A SQL command to add new rows of data into a table.
- UPDATE — UPDATE is a Data Manipulation Language (DML) command used to modify existing records in a database table.
Connections
- Uses Stored Procedure
- Related to INSERT
- Related to DELETE
- Related to COPY INTO
- Related to Stored Procedure
- Related to INSERT
This is the text view of an interactive 3D knowledge graph — open this page with JavaScript enabled to explore it visually.