Data Manipulation Language
Data Manipulation Language
-
SELECT INSERT- Allows us to add rows to an existing table
- also used in the generation of T-SQL Temp Tables
- Insert Into
UPDATEDELETETRUNCATE
Children
SELECTINSERT
UPDATE
DELETE
TRUNCATE