( Structured Query Language ) 🐦‍🔥

ek language hai jo database ke sath baat karti hai… 🗣️

Database - MySql & Uske Sath interaction - SQL karega

SQL ke commands 5 main categories me divide hote hain :)

👇

1> DDL - Data Definition Language

2> DML - Data Manipulation Language

;3> DQL - Data Query Language

4> DCL - Data control Language

5> TCL - Transaction Control Language

DDL 🙂

→ Data Definition Language

This Commands are used to create / change / update / remove / delete the table and database

In this Data is not touch here we only deal with columns ( schema )

DDL COMMANDS