Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 323 Bytes

File metadata and controls

9 lines (7 loc) · 323 Bytes

SQL-Functions-

Functions in SQL are predefined operations that let you perform specific tasks on data, such as: Transforming or formatting data Performing calculations Extracting or modifying parts of values Summarizing data They return a value based on input parameters (like column values, literals, or expressions).