What do ddl, dml, and dcl stand for?



What do ddl, dml, and dcl stand for?..

Answer / Ravendra Singh Pundhir

DDL (Data Definition Language) is used to create, modify, or drop database objects such as tables, indexes, schemas etc. DML (Data Manipulation Language) is used to manipulate data in a database, including inserting, querying, updating, and deleting records. DCL (Data Control Language) is used to control access to the database objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Which statement is used in a select query for partial matching?

0 Answers  


What is a join? Explain the different types of mysql joins.

2 Answers  


Differentiate between FLOAT and DOUBLE?

1 Answers  


How do I install mysql on windows 10 64 bit?

1 Answers  


How to use 'mysql' to run sql statements?

1 Answers  


How to filter data from a mysql database table with php?

1 Answers  


What?s the difference between PRIMARY KEY and UNIQUE in MyISAM?

4 Answers   Aufait, CSS, Wipro,


Can python connect to mysql?

1 Answers  


Is mysql a programming language?

1 Answers  


What are mysql queries?

1 Answers  


how do i list constraints in my database by using sql server2000?

1 Answers  


How large can a mysql database become?

1 Answers  


Categories