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 |
what is cursor?why we will go to cursor?advantages &disadvantages of cursors?
What are the types of subscriptions in SQL Server replication?
How to verify a user name with sqlcmd tool?
create index a on employee(dno) In this,which index was created?
How do I start sql server?
How many null values we can have in a unique key field in sql server?
What is explicit mode in sql server?
What is database replication? What are the different types of replication you can set up in sql server?
is there more the two primary key in a single table?
26 Answers Eforce, Systematix,
What is lookup override?
What r sql reporting services and analysis services? how can we use it.
Explain “not null constraint” in sql server?
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)