my project is insurance management system,how to explain my
work environment in interview?

Answer Posted / mythri

Work environment is same as in any other project ;)

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are bind concepts in db2 cobol?

643


What is the connection string to connect to the DB2 Database ?

608


How can you find out the # of rows updated after an update statement?

631


How to check table size in db2 sap?

569


What is the advantage in De-normalizing tables in DB2?

740






What is the difference between cursor and select statement?

607


What is the physical storage length of the data types date, time, and timestamp?

594


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.

2143


What is precompiler in db2?

581


Define sqlca.

645


What is meant by explain?

656


How do I optimize a query in db2?

609


What is dbrm? What it contains? When it will be created?

589


How to restart a DB2 program?

1353


What is cursor stability in db2?

798