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

Explain about mirror activator disk mirroring?

0 Answers  


What is the use of db2 optimizer?

0 Answers  


wht steps we need will coding cobol and db2 pgm ?

6 Answers   CGI,


1. what if null values retrived from database and no null indicator mentioned in query. What is sql code.

1 Answers   Cap Gemini,


how do we solve soc 7 and soc4 ?

3 Answers   Tech Mahindra,






what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?

3 Answers   Cap Gemini, Tech Mahindra,


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

0 Answers   MCN Solutions,


When would you prefer to use VARCHAR?

3 Answers  


What are the advantages of using a PACKAGE?

2 Answers  


What is reorg in database?

1 Answers  


What are the 4 environments which can access DB2 ?

2 Answers  


How can you do the explain of a dynamic sql statement?

0 Answers  


Categories