SQL - Stored Procedures and Functions
Identify the error in this SQL procedure snippet:
IF score > 50 SELECT 'Pass'; ELSE SELECT 'Fail'; END IF;
IF score > 50 SELECT 'Pass'; ELSE SELECT 'Fail'; END IF;
IF score > 50 but no THEN keyword.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions