EasyMultiple choice

CASE as a replacement for nested IFs

What is the SQL equivalent of: if score >= 90: 'A' elif score >= 80: 'B' elif score >= 70: 'C' else: 'F'?

← → arrow keys to navigate

Sign in to save your progress.