Introduction to Flow Control Functions

Discover the role of flow control functions in MySQL.

We'll cover the following

In imperative programming languages beyond SQL, flow control is an important concept we are often unaware of. For example, while we commonly use if statements in Python, we do not consider them to implement flow control. Rather, we think of the if statement as deciding between two different cases based on a condition:

Get hands-on with 1400+ tech skills courses.