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
How do we sort the data from a dataset?
What is view state and how it works in asp net?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
Is asp.net mvc front end or backend? : Asp.Net MVC
What is the difference between session object and application object?
What is .net framework and what are the main components of it?
Why do we need url encoding?
What is variable and constant in .net programming language?
Why session is used in asp.net?
How can u deifne the benefits and limitation of using Viewstate for state management?
What is the difference between cookie and session?
Define what is razor? : asp.net mvc
How you can manage the state of application at the server side in ASP.NET?
What is the difference between union and structure?
What are the different types of Caching techniques in ASP.NET?