What do the initials DDL and DML stand for and what is
their meaning?

Answer Posted / komal riaz

DDL(Data Definition Language) is used for the manipulation
of Tables in SQL. This involves three functions CREATE,ALTER
and DROP.
Whereas DML(Data Manipulation Language) is used for the
manipulation of data in the tables. This involves four basic
functions SELECT,INSERT,UPDATE,DELETE.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which command is used to connect to a database in DB2 ? Give the Syntax.

615


Highlight all the advantages that are attached to a package.

637


What are db2 tables?

655


How do you select a row using indexes in db2?

658


What is the maximum No of rows per page?

639






Explain packages.

670


ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE

1606


What is difference between rollback and commit?

644


What does sqlcabc has?

635


What is reorg and runstats in db2?

704


What is the role of the data page in the db2 database?

595


What does a deadlock mean in DB2?

661


How can record locking be achieved in those DB2 versions which do not support it?

631


Which isolation level provides highest data integrity?

607


What is release/acquire in bind?

664