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

cursor with hold explain ?

1 Answers   Verizon,


What is host variable?

0 Answers  


How do you concatenate the firstname and lastname from emp table to give a complete name?

0 Answers  


Where besides the DB2 catalog is database object information stored by DB2?

1 Answers  


which SQL comment successfully removes uncommitted changes from a DB2 database A) rollback B) delete C) drop D) decommit

2 Answers   Accenture, Wipro,






What is sqlca?

0 Answers  


What is db2 look?

0 Answers  


How can you classify the locks in db2?

0 Answers  


how to check the table is empty or not?

3 Answers   IBM,


How to restart a DB2 program?

0 Answers   Cognizant,


What is cascading rollback?

0 Answers  


What are the four lockable units for DB2?

1 Answers  


Categories