EZ

Eduzan

Learning Hub

Eduzan
Eduzan / SQL

Scalar Functions in SQL

Definition: Scalar functions in SQL perform operations on individual values and return a single result per function call. These functions are typically used to manipulate data items, format them, or perform calculations that don’t involve aggregation across rows but rather operate on each row independently.

End of lesson.