Conditional Returns with SQL case / then

InstructorTyler Clark

Share this video with your friends

Send Tweet

Similar to if / else statements in many programming languages, SQL has the case then statement. Using this statement allows a query to be written dynamically depending on the condition it is checking against.