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
Explain the contention situations caused by locks?
How to run db2 command in windows?
What is the difference between using bind () and rebind () methods of naming class?
Why do chiropractors use drop table?
How to take backup of table in db2?
What type of database is db2?
How can you find out the # of rows updated after an update statement?
What is the use of value function?
What is dclgen in db2?
What is a db2 collection?
Explain package in db2 and its advantages?
What are concurrency issues?
What does sqlcabc has?
What is image copy in db2?
Highlight all the advantages that are attached to a package.