About 2,560 results
Open links in new tab
  1. Different Types of SQL Server Functions - ScholarHat

    Feb 18, 2025 · SQL Server offers two types of functions. In this SQL Server tutorial we will explore various SQL Server Functions such as user-defined and system functions to improve your database querying skills.

  2. 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 in detail with examples and so on.

  3. What are the Microsoft SQL database functions? - SQL Server

    Learn about the categories of built-in functions you can use with SQL databases. You can use the built-in functions or create your own user-defined functions. Aggregate functions perform a calculation on a set of values and return a single value. They're allowed in the select list or the HAVING clause of a SELECT statement.

  4. 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.

  5. SQL Functions - SQL Tutorial

    SQL functions are used to perform calculations and manipulations on data stored in a relational database. There are many types of SQL functions, including aggregate functions, date functions, string functions, ranking functions, analytical functions, and math functions.

  6. SQL Functions with Examples - Built In

    Mar 19, 2025 · There are two main types of SQL functions: aggregate and scalar. Aggregate functions work with multiple values, summarizing these values into a single value. Meanwhile, scalar functions are user-defined or built-in and work with one value at a …

  7. Different Type Of SQL Functions And Their Uses - JanBask Training

    Nov 19, 2024 · Different types of functions in sql and sql functions in dbms. Learn all about scalar functions in sql with other sql functions with examples.

  8. All SQL Server Database Functions List with Examples - Total 30

    Jan 8, 2025 · Here is the list of all functions in SQL Server like aggregate, analytic, bit manipulation, ranking functions, row set, scaler, etc. These functions have plenty of sub-functions & use cases explained in the article.

  9. SQL functions and references - w3resource

    Oct 1, 2024 · There are two types of SQL functions, aggregate functions, and scalar(non-aggregate) functions. Aggregate functions operate on many records and produce a summary, works with GROUP BY whereas non-aggregate functions operate on each record independently.

  10. 35+ SQL Functions Explained in Detail [Practical Examples]

    Jan 1, 2024 · SQL provides many built-in functions for performing processing on string or numeric data, the following are the list of categories of Built-In functions based on the type of data used in operation.

Refresh