CASE WHEN Statements (SQL) - Conditional Logic (If Then)

Details
Title | CASE WHEN Statements (SQL) - Conditional Logic (If Then) |
Author | Cody Baldwin |
Duration | 2:30 |
File Format | MP3 / MP4 |
Original URL | https://youtube.com/watch?v=YoXAPtZOMZk |
Description
CASE WHEN statements evaluate conditions and return a result. They are similar to IF-THEN-ELSE statements in other programming languages.