πŸ“Š MySQL
Q. What is the maximum number of ELSE clauses that can be included in an IF clause that is not nested?
  • (A) 1
  • (B) 0
  • (C) 15
  • (D) Any number
πŸ’¬ Discuss
βœ… Correct Answer: (A) 1

Explanation: We can have else clause for every IF clause. But if the IF clause is not nested there is only one else.

Explanation by: Akshay Kulkarni
We can have else clause for every IF clause. But if the IF clause is not nested there is only one else.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
220
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Akshay Kulkarni
Publisher
πŸ“ˆ
89%
Success Rate