Conditional Branching using CASE | Oracle PLSQL

Published: 22 January 2023
on channel: emahar
41
1

#plsql #python #sql

CASE: A useful alternative to IF

The CASE statement and expression offer another way to implement conditional branching. By using CASE instead of IF, you can often express conditions more clearly and even simplify your code.

CASE expression
WHEN result1 THEN
statements1
WHEN result2 THEN
statements2
...
ELSE
statements_else
END CASE;


Learn python, Java, COBOL, C++, Oracle,SQL,PL/SQL,HTML,Javascript, Financial Accounting and many more..

SUBSCRIBE for latest videos and new courses.

#emahar #database #programming

  / emaharda  

   / emahar1  


Watch video Conditional Branching using CASE | Oracle PLSQL online without registration, duration hours minute second in high quality. This video was added by user emahar 22 January 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 41 once and liked it 1 people.