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

What do you mean by cursor?

586


If I have a view which is a join of two or more tables, can this view be updateable?

694


What is the syntax for FETCH in DB2 ?

675


Mention data types used in db2 ?

679


Define db2 and its databases?

620






i want to maintain uniqueness on pdf without make lf??????????

1635


What is commit in db2?

596


What is meant by union and union all?

589


What do you mean by between and in? Is between inclusive of specified range values?

668


Is db2 a mainframe?

588


How can we read records for specific member in CL? AND rpg?

233


Explain about mirror activator disk mirroring?

560


What are the two types of logging in the db2 database? Explain them.

582


What is dclgen in db2?

678


What is dclgen (declaration generator)?

603