Kaiser Permanente interview question

What is syntax for case in pl/sql

Interview Answers

Anonymous

30 May 2012

select case when

Anonymous

6 Mar 2013

You can use a case statement numerous places, the syntax would be CASE WHEN {expression} THEN {output or another CASE WHEN} END