Answer Posted /

Is This Answer Correct ?    Yes No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can the “if” function be used in comparing strings?

576


How can we move to a particular frame in selenium?

489


Which file can be added to a powerpoint show?

104


What are the 7 types of sentences?

548


How does the company market or plan to market its products or services? - Venture Capitalists

775






Explain the reason to implement a corba application with multi-threading?

494


How can you call multiple listeners in jsf?

60


What are validations and substitutions?

652


What is the difference between color os and android?

473


What do you mean by metadata in Hadoop?

30


What are the different button styles in bootstrap?

1


Define cmos transistor?

633


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.

2139


How many partitions are created by default in Apache Spark RDD?

214


Have you at any point experienced the situation of a chasm trap? On the off chance that it is yes, what is the best approach to determine it according to your proposal? : sap bobi

462