Define the term DML, DDL and DTL?
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 |
explain extended properties
What is the usage of sign function?
How to test a dml trigger in ms sql server?
How do I view a procedure in sql server?
What are difference between Cluster index and Non-Cluster index?
Do you know what is a trace frag? Where do we use it?
Would it be a good idea to create an index on a table that always contains 10 records? Why or why not?
What is single-user mode and what are the steps you should follow to start sql server in single-user mode?
What is use of except clause? How does it differ from not in clause?
How to use user defined functions in expressions?
how to get the automatic backup of the database in the sql server
Why does sql studio use a single registered database repository? : sql server management studio
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)