Tag: truncate
-
Introduction to DDL (Data Definition Language) in SQL
When we talk about databases, we usually think of inserting, updating, or deleting data. But before doing any of that, we must first define the structure the blueprint of how data will be stored. That’s where DDL (Data Definition Language) comes in. What is DDL? DDL stands for Data Definition Language.It is a subset of…