1
3.1kviews
Create and populate database using Data Definition Language (DDL) and DML Commands.
1 Answer
| written 3.6 years ago by | • modified 3.6 years ago |
The Data Definition Language (DDL) commands in SQL is used to create database schema and to define the type and structure of the data that will be stored in a database.
It is purely related to handling the structure of a database and the tables.
In short, …