i am sandeep from rajasthan. i am selected for sbi clerk interview .my interview is on 6 th may so please send me interview questions and answers on my id - pareeksandeep12@gmail.com mob.no.9024313243
2696which of the following countries has high literacy rate? 1)India 2)Srilanka 3)China 4) vietnam 5)Bangladesh
6 11508Post New State Bank Of India SBI General Knowledge_Current Affairs Interview Questions
"OPERATIONAL AMPLIFIERS MODEL" means what and what are the topics comes under these
How much ram do I need for windows 7 64 bit?
please suggest some good universities with low cost iam in totally full confusion so please help me my profile gre 283 and ielts 5.5
How to handle production department ?
Why dependency injection is required?
What is third party in codeigniter?
What is RPS price?
How do I open a .msg file?
Star Delta Diagram with full description
What are the two major differences between intr and other interrupts (hardware)?
What are your career plans at Kaiser Permanente?
What is insert tab?
What does tagging someone mean?
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.
What is are packages?