Pergunta de entrevista da empresa Kaiser Permanente

What is syntax for case in pl/sql

Respostas da entrevista

Sigiloso

30 de mai. de 2012

select case when

Sigiloso

6 de mar. de 2013

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