CUNY ACE Upskilling: Introduction to Structured Query Language (SF21JOB) — Day 4

We have started putting logic in our code to avoid logical errors.

  CASE 
      WHEN condition1
        THEN action1
      WHEN condition2
        THEN action2
      ELSE escape_action
      END

Download the class notes for day 4.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.