About 23,500,000 results
Open links in new tab
  1. SQL Server Functions - W3Schools

    SQL Server has many built-in functions. This reference contains string, numeric, date, conversion, and some advanced functions in SQL Server.

  2. SQL Functions (Aggregate and Scalar Functions) - GeeksforGeeks

    May 17, 2024 · SQL Functions are built-in programs that are used to perform different operations on the database. There are two types of functions in SQL: Aggregate Functions; Scalar …

  3. SQL Functions with Examples - Built In

    Mar 19, 2025 · SQL functions are prewritten actions that can be used to manipulate cells and aid in data analysis. Aggregate functions summarize a set of values using a single value while …

  4. SQL Functions - SQL Tutorial

    SQL built-in functions are pre-defined functions that can be used to manipulate and perform operations on data stored in a database. These functions can be used to perform a wide range …

  5. SQL Built-In functions

    The five built-in functions in SQL include aggregate functions (e.g., SUM, AVG), string functions (e.g., CONCAT, LENGTH), numeric functions (e.g., ABS, ROUND), date functions (e.g., …

  6. Introduction to built-in functions in SQL [FULL LIST] - SQLearning

    Built-in functions in SQL. A function can be defined as a set of instructions that performs a certain task automatically, and can be called within SQL instructions. Broadly, we can classify two …

  7. Built-In Functions (SQL Server) - Essential SQL

    Jul 10, 2015 · What are Built-In Functions? In SQL a built-in function is a piece for programming that takes zero or more inputs and returns a value. An example of a built-in function is ABS(), …

  8. Categories of SQL Functions - GeeksforGeeks

    Aug 28, 2024 · Functions in SQL can be broadly categorized into predefined (built-in) functions and user-defined functions. In this article, We will learn about the Categories of SQL Functions …

  9. SQL Server Functions

    SQL Server provides a vast library of built-in functions. These functions are pre-defined and can be utilized without the need for user-defined code. They are broadly classified into categories …

  10. SQL functions and references - w3resource

    Oct 1, 2024 · SQL functions are routines that accept inputs, perform computations or operations, and return a result. They are used to encapsulate logic and facilitate data manipulation within …

  11. Some results have been removed
Refresh