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

Answers were Sorted based on User's Feedback



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

Answer / deepak dada

data manipulation language eg select insert update delete

Is This Answer Correct ?    4 Yes 0 No

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

Answer / samir kumar sahoo

DML stands for Data Manipulation Language.This langage
enables the users to make manipulation operations on the
data present in the database.

Is This Answer Correct ?    2 Yes 0 No

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

Answer / 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

More DB2 Interview Questions

When reorg is used?

0 Answers  


What is runstats and reorg in db2?

0 Answers  


What is the difference between db2 and oracle?

0 Answers  


in GDG: is it poosible to copy records from a file which utilizes some 100 cylinders to a gdg whose model is defined as trk(1,0) and also it possible to copy 100 bytes file to 80 bytes file?

1 Answers   IBM,


Hi i need to write a query on the following requirement. SELECT COMM_TEXT INTO :WS_MIKM_COMM_TEXT FROM MPIPROD.MIKMV01 WHERE ACCOUNT_NO = :WFD_ACCOUNT_NO AND (SUBSTR(COMM_TEXT,1,39) = :WS_COMMENT_TEXT AND SUBSTR(COMM_TEXT,47,14) = :WS_DENY_DESC) OR (SUBSTR(COMM_TEXT,1,39) = :WS_COMMENT_TEXT) The above query is to be modified. The requirement is if both the fields are equal then that has to be given priority. In the above query if it satisfies any one it comes out without checking if both being equal is possible.

1 Answers  






What is the difference between oracle and db2?

0 Answers  


What is rebind in db2?

0 Answers  


how can u nderstand the sql stmts executed successfully or not ?

1 Answers   TCS,


What is reorg in database?

1 Answers  


What is iseries database?

0 Answers  


How do u achieve record level locking in DB2 versions when record level locking is not allowed?

2 Answers   IBM,


How does DB2 store NULL physically?

2 Answers  


Categories