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


Please Help Members By Posting Answers For Below Questions

Elaborate differentiation between ViewState and SessionState?

819


What is session and application variable in asp net?

637


What’s difference between “optimistic” and “pessimistic” locking?

769


Differentiate between file-based dependency and key-based dependency.

704


Explain the difference between asp & asp.net.

720






Give me one example of Web API Routing?

781


Is web config mandatory?

712


How many types of server controls do we have?Also explain differance between them taking an example of ASP.NET?

2548


What is the difference between dynamic SGA and static SGA?

769


How do you open a page in a new window?

730


What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?

698


How to register exception filter globally?

769


What is the difference between trace and debug in asp.net?

809


Explain the purpose of storyboard.targetproperty.

715


Can we have multiple web config files for an asp.net application?

701