We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 5
SQL – DDL Commands
NAME: Supriya Allam
EMAIL ID : [email protected] GRPOUP 2 Data Definition Language (DDL) is used to define, modify, and manage the structure of database objects such as tables, indexes, and schemas.
Focuses on the schema and structure of databases.
DDL Commands
Create Alter Drop Truncate Rename
Modifies the Removes all
Create new table Deletes object table(Add new records but Renaming the or databse from the Coloumn) keeps the database database structure DDL commands with syntax