What does DML stand for and what are some examples of it?

Answer Posted / srinivasa yadav

DML STANDS FOR DATA MANIPULATION LANGUAGE
THE COMMANDS IN DML ARE SELECT, INSERT, DELETE, UPDATE
EX:-SELECT
1) SELECT * FROM TABLENAME;
IT WILL RETRIVE ALL THE COLUMNS.
2) SELECT EMP_ID,EMP_HLDR_NAME,EMP_AMT FROM TABLENAME;
IT WILL RETRIVE ONLY PARTICULAR ROWS.
INSERT : - IT IS USED TO INSERT THE VALUES.
DELETE : - IT IS USED TO DELETE THE ROW.
UPDATE : - IT IS USED TO UPDATE THE ROW.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Name the various locking levels available?

621


What does reorg do in db2?

567


define clustering index.

612


How can you classify the locks in db2?

624


Can you use max on a char column?

630






What is the syntax for creating a table in the db2 database?

618


How can tablespace be moved to another dasd volume that is allocated for that tablespace?

735


What is a system catalog table in db2?

576


For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.

649


What is dbrm?

630


Can one database have multiple instances?

575


How to take backup of table in db2?

589


What is buffer pool and list some of them?

619


What is data manager?

596


What is db2 stogroup?

666