Kaiser Permanente Interview Question

What is syntax for case in pl/sql

Interview Answers

Anonymous

May 30, 2012

select case when

Anonymous

Mar 6, 2013

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