Home > Articles > SQL Guide > SQL Statements > Data Manipulation Language (DML)
Data Manipulation Language is composed of the following commands:
SELECT (SQL Statement)
INSERT (SQL Statement)
UPDATE (SQL Statement)
DELETE (SQL Statement)
SELECT INTO
BULK INSERT
TRUNCATE TABLE
READTEXT
WRITETEXT
UPDATETEXT
Troubleshoot SQL Server Performance
Compare and Sync SQL Server Databases
Import & Export SQL Server Data
Schedule SQL Server Express Backups
Advantages of SQL Server 64-bit
Understanding SQL Server Blocking & Deadlocks
SQL Server Memory Internals