Do you know data definition language, data control language and data manipulation language?



Do you know data definition language, data control language and data manipulation language?..

Answer / Ashish Kumar Kaushal

Data Definition Language (DDL), Data Control Language (DCL), and Data Manipulation Language (DML) are categories of SQL commands used for managing and manipulating data in a database. DDL is used to create, alter, or delete database objects such as tables, views, indexes, and schemas. DCL is used to control access and permissions for these objects, and DML is used to retrieve, insert, update, or delete data stored within them.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL Server Interview Questions

CREATE a table from another table

2 Answers  


What is the use of “join” in sql server?

1 Answers  


What are dml (data manipulation language) statements in ms sql server?

1 Answers  


What is hot add cpu in sql server 2008?

1 Answers  


How to list all tables in the database using odbc_tables()?

1 Answers  


What are alternate keys?

1 Answers  


What is analysis service repository?

1 Answers  


If i am handling 150 servers then how to check the active jobs of all the servers?

0 Answers  


Why use “pivot” in sql server?

1 Answers  


How to use values from other tables in update statements in ms sql server?

1 Answers  


Tell me what is normalization? Explain different forms of normalization?

1 Answers  


What is the difference between a view and a stored procedure?

1 Answers  


Categories