What is DDL, DML and SQL
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Rashit Choudhary 5 years, 9 months ago
- 2 answers
Yogita Ingle 5 years, 9 months ago
DDL is abbreviation of Data Definition Language. It is used to create and modify the structure of database objects in database.
CREATE – Creates objects in the database
ALTER – Alters objects of the database
DROP – Deletes objects of the database
TRUNCATE – Deletes all records from a table and resets table identity to initial value.
DML
DML is abbreviation of Data Manipulation Language. It is used to retrieve, store, modify, delete, insert and update data in database.
SELECT – Retrieves data from a table
INSERT – Inserts data into a table
UPDATE – Updates existing data into a table
DELETE – Deletes all records from a table
SQL
Structured Query Language(SQL) as we all know is the database language by the use of which we can perform certain operations on the existing database and also we can use this language to create a database. SQL uses certain commands like Create, Drop, Insert etc. to carry out the required tasks.
These SQL commands are mainly categorized into four categories as:
- DDL – Data Definition Language
- DQl – Data Query Language
- DML – Data Manipulation Language
- DCL – Data Control Language
Related Questions
Posted by Lavi Lalwani 1 year, 2 months ago
- 0 answers
Posted by Divyansh Yadav 1 year, 4 months ago
- 0 answers
Posted by Anshika Agrawal 1 year, 5 months ago
- 2 answers
Posted by Niharika ,Garg 1 year, 2 months ago
- 0 answers
Posted by Anshu Phogat 1 year, 2 months ago
- 1 answers
Posted by Avani Tiwari 1 year, 2 months ago
- 0 answers
Posted by Ashutosh Tiwari 1 year, 4 months ago
- 0 answers
Posted by Abhijeet Kumar 1 year, 3 months ago
- 0 answers
Posted by Kishan Mishra 1 year, 5 months ago
- 0 answers
Posted by Anu Anu 1 year, 4 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Rani Mishra ??? 5 years, 9 months ago
0Thank You