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

Answer Posted / deepak dada

data manipulation language eg select insert update delete

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an instance database?

609


SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2160


What are db2 tables?

655


Is ibm db2 free?

582


When do you specify the isolation level?

620






How do you stop a db2 database in linux?

577


How does cobol compile db2 program?

616


Explain packages.

668


Give a brief description of db2 isolation levels?

614


On which levels locks can be applied?

670


What do you mean by commit and rollback?

605


Following a db2 update statement, what is the quickest way to compute the total number of updated rows?

631


What is dpf in db2?

677


What is the physical storage length of date data type?

738


What is blu acceleration in db2?

612