What accessories required to give the motor with given circuits and do you know the ratings of those accessories?
4 31397Post New TCS Interview Questions
When should a far pointer be used?
75 kw motor take 45 amp in no load delta in star 10 amp but in load it will take 160 amp but IR velue of winding above 500 at 1kw ph to earth and ph to ph. what problem it should be?
What is the command used to list ip address information?
Which environment is called as semidynamic? a) Environment does not change with the passage of time b) Agent performance changes c) Environment will be changed d) Both a & b
How to uninstall software with the command line in linux?
What is powerpoint aspect ratio?
What is dtx in gsm technology?
Explain the advantages of wpf?
What is redux and flux? When do you use them?
What is a plan version? : co- cost center accounting
Explain the difference between sql and oracle?
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.
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What is file in c language?