Computer Science, asked by tusharkumar01910, 1 month ago

Create a database xiif in MySQL​

Answers

Answered by Integratedcomputer
0

Answer:

IF condition1 THEN

   statements;

ELSEIF condition2 THEN # OPTIONAL

statements;

ELSE # OPTIONAL

   statements;

END IF;

Similar questions