Tuesday, January 15, 2019

DML stands for Data Manipulation Language and DDL for Data Definition Languages.

In T-SQL DML would be for CRUD commands against records while DDL has to do with the T-SQL to make a table and adding and dropping columns and the like.

No comments:

Post a Comment