What is SQL , Query and Query by Example ? Explain your answer with an example .
Answers
Answered by
3
Answer:
When the condition in the IF clause evaluates to FALSE and you want to execute another statement block, you can use the ELSE clause. Each IF statement has a condition. If the condition evaluates to TRUE then the statement block in the IF clause is executed.
Similar questions