Informatics Practices

Define a function. Why are they useful?

SQL Queries

2 Likes

Answer

A function can be defined as a set of predefined commands which, when called, performs certain operations and returns a single value or a result set.

Functions are useful because they allow for code reusability, readability by breaking down complex tasks into smaller units.

Answered By

2 Likes


Related Questions