What is the T-SQL equivalent of IIF (immediate if/ternary
operator) function of other programming languages?
Answer Posted / nitin
Case (..) When (condotion) then (statement) else
(statement) end
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is asp.net mvc5? : Asp.Net MVC
What is repository pattern in mvc.net? : asp.net mvc
How can I configure asp.net applications that are running on a remote machine?
Explain advantages of caching?
What is a web server? What are the load limits in it?
What is the compiled object?
What is active web page?
In order to get assembly info which namespace we should import?
Explain Optimization technique description?
Can I tap into other windows livetm services?
List the events in page life cycle.
Where is session data stored in asp net?
How long does an http session last?
Explain authorization levels in .net ?
Can user control be stored in library?