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 bson in web api?
What is cookieless session id explain in brief?
What is the significance of proxy user?
Describe the Server Control Events of ASP.NET?
What are the layouts of ASP.NET Pages?
What is caching in asp.net?
explain code with datachaching with example
What is asp.net mvc? : asp.net mvc
Write a code snippet to implement the indentation in json in web api.
What does mean by a neutral culture?
In What Order Do The Events Of An Aspx Page Execute. As A Developer Is It Important To Undertsand These Events?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
COM+ Used ________________ Isolation Level
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
What are the advantages of asp.net mvc framework? : asp.net mvc