Data Manipulation Language (DML) affect the information stored in the database. Use these statements to insert, update, and change the rows in the database.
BULK INSERT
DELETE
INSERT
SELECT
UPDATE
MERGE
[Reference:, https://docs.microsoft.com/en-us/sql/t-sql/statements/statements, , , , , ]
Submit