Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In Maharashtra is Director liable to pay the Professional tax or the company?

758


Explain the tajo architecture?

5


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.

2137


Difference between HRG and NGR. Are they both the same thing

3631


What is long term scheduler in operating system (os)?

546






What kind of information do Internet of Things (IoT) objects communicate?

3


How may development banks are there in india and name them?

610


Define power bi?

5


Is python interpreted language?

423


What is namespace explain with example?

449


what controls have you used in your project?

1469


What is php routing?

508


How many types of php are there?

513


What is dlm?

604


What are immediate and deferred value expressions?

63