Create a database xiif in MySQL
Answers
Answered by
0
Answer:
IF condition1 THEN
statements;
ELSEIF condition2 THEN # OPTIONAL
statements;
ELSE # OPTIONAL
statements;
END IF;
Similar questions