Define the term DML, DDL and DTL?

Answer Posted / mohammad ali

DML

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.

Examples: CREATE, ALTER, DROP statements

DCL

DCL is abbreviation of Data Control Language. It is used to
create roles, permissions, and referential integrity as well
it is used to control access to database by securing it.

Examples: GRANT, REVOKE statements

TCL

TCL is abbreviation of Transactional Control Language. It is
used to manage different transactions occurring within a
database.

Examples: COMMIT, ROLLBACK statements

Is This Answer Correct ?    30 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the different stages of Report Processing?

105


How to write character string constants or literals in ms sql server?

636


plss anybody specify tha constrian management system in dbms

1684


What is bcp? When does it use?

593


What you can do to delete a table without the delete trigger firing?

610






Can you use order by when defining a view?

656


How can delete duplicate records in cte in sql server?

611


How you provide security to cube? : sql server analysis services, ssas

636


What is shared lock?

574


What do you mean by SQL injection attack?

717


What is the difference between Stored Procedures and triggers?

676


What is the usage of sign function?

694


Where are stored procedures in sql server?

646


How would you use user_constraints table in DB?

675


What do you need to connect php to sql server?

638