Difference between DDL and DML
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Confusion ??? Master ??? 5 years, 1 month ago
- 2 answers
Yogita Ingle 5 years, 1 month ago
Data Definition Language (DDL) and Data Manipulation Language (DML) together forms a Database Language. The basic difference between DDL and DML is that DDL (Data Definition Language) is used to Specify the database schema database structure.
On the other hand, DML (Data Manipulation Language) is used to access, modify or retrieve the data from the database.
Related Questions
Posted by Pinky Ls 1 year, 2 months ago
- 1 answers
Posted by Carry Lyn 1 year, 3 months ago
- 1 answers
Posted by Ashra Khanam 1 year, 3 months ago
- 0 answers
Posted by Raman_Harika Harika 1 year, 2 months ago
- 0 answers
Posted by Angel Pv 1 year, 2 months ago
- 2 answers
Posted by Akshat Bhoi 1 year, 2 months ago
- 0 answers
Posted by Md Samim 1 year, 2 months ago
- 0 answers
Posted by Priyansu Samal 1 year, 2 months ago
- 0 answers
Posted by Shri . 1 year, 2 months ago
- 1 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
Meghna Thapar 5 years, 1 month ago
Data Definition Language (DDL) helps you to define the database structure or schema while Data Manipulation language (DML command) allows you to manage the data stored in the database. DDL command is used to create the database schema while DML command is used to populate and manipulate database. DML is abbreviation of Data Manipulation Language. It is used to retrieve, store, modify, delete, insert and update data in database. Examples: SELECT, UPDATE, INSERT statements DDL DDL is abbreviation of Data Definition Language. It is used to create and modify the structure of database objects in database.
0Thank You