Conditional Branching using CASE | Oracle PLSQL

Опубликовано: 22 Январь 2023
на канале: 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  


Смотрите видео Conditional Branching using CASE | Oracle PLSQL онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь emahar 22 Январь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 41 раз и оно понравилось 1 людям.