adspace
Do you know data definition language, data control language and data manipulation language?
Answer Posted / 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 View All Answers
What are the risks of storing a hibernate-managed object in a cache? How do you overcome the problems?
Can we shrink data file in sql server?
What are different types of constraints?
What is clustered index
What is sql or structured query language?
Why we use the openxml clause?
What is a view in sql?
What are the kinds of subquery?
How do I find the sql server version?
How to provide default values to function parameters?
What is self contained sub query?
Is there any performance difference between if exists (select null from table) and if exists (select 1 from table)?
What kind of problems occurs if we do not implement proper locking strategy?
List out the different types of locks available in sql server?
Is it possible to have clustered index on separate drive from original table location?