What is the T-SQL equivalent of IIF (immediate if/ternary
operator) function of other programming languages?



What is the T-SQL equivalent of IIF (immediate if/ternary operator) function of other programming l..

Answer / nitin

Case (..) When (condotion) then (statement) else
(statement) end

Is This Answer Correct ?    4 Yes 5 No

Post New Answer

More ASP.NET Interview Questions

Difference between ADO.net Dataset , ADO Record Set & ADO Data Reader?

3 Answers   HCL, NIIT,


What is the purpose of App_Code folder in ASP.NET? Why we this?

0 Answers   Sans Pareil IT Services,


when the threads are used in dot net.

2 Answers  


How do I send an email message from my ASP.NET page?

0 Answers  


What ASP.NET object encapsulates the state of the client and the browser? a) The Session object b) The Application object c) The Response object d) The Request object e) The Server object

7 Answers   Bunzl Vending, Syntax Softtech,


How can you execute stored procedure from windows application?

1 Answers   Microsoft,


How Clustered Index and Non clustered index stored on SQL server?

2 Answers   TCS,


Explain how is the asp.net mvc architecture different from others? : asp.net mvc

0 Answers  


What is view state? where it stored? can we disable it ?

1 Answers  


What are the differences between code behind and code inline?

0 Answers  


What is a web server? What are the load limits in it?

0 Answers   Wipro,


What is new asp.net core?

0 Answers  


Categories