About 140,000 results
Open links in new tab
  1. 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.

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

    Oct 17, 2024 · 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.

  3. 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: SQL Aggregate Functions operate on a data group and return a singular output. They are mostly used with the GROUP BY clause to summarize data.

  4. 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 SQL queries. Functions can operate on various data types such as strings, numbers, dates, and more.

  5. Basic and Advanced SQL Functions - The Knowledge Academy

    Apr 8, 2025 · Learn the basics of SQL functions and take your skills to the next level with advanced functions like window and user-defined functions. In the realm of database management, Structured Query Language (SQL) and its functions are instrumental tools for extracting, manipulating, and analysing data.

  6. Different Types of SQL Server Functions - ScholarHat

    Feb 18, 2025 · Types of Function. SQL Server divides functions into two types: System Functions; User-Defined Functions. 1. System Defined Function. These functions are defined by SQL Server for different purposes. The functions that are defined by …

  7. 8.1. SQL function classification - WingArc

    SQL commands are categorized into the following three types according to their functions: The language that is used to manipulate data is called Data Manipulation Language (DML). DML functions include retrieving, adding, modifying, and deleting data in a database. For details on DML commands, see " Data Manipulation Language (DML) ".

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

  9. Different Sql Functions With Examples - What is DBMS

    May 22, 2018 · Different Sql Functions With Examples: Functions are used to perform actions on a single value or a table. Functions accept values, take action on it and then give desired results. Functions cannot be used to insert, delete or update the values.

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

Refresh