MySQL IF Statement

Posted by Neha P.
6
Feb 24, 2020
12 Views
The IF statement is used in stored programs that implement the basic conditional construct in MySQL. Based on a certain condition, it allows us to execute a set of SQL statements.
Comments
avatar
Please sign in to add comment.