About 544,000 results
Open links in new tab
  1. SQL Tutorial - W3Schools

    SQL is a standard language for storing, manipulating and retrieving data in databases. Our SQL tutorial will teach you how to use SQL in: MySQL, SQL Server, MS Access, Oracle, Sybase, Informix, …

  2. SQL Introduction - W3Schools

    SQL is a Standard - BUT.... Although SQL is an ANSI/ISO standard, there are different versions of the SQL language. However, to be compliant with the ANSI standard, they all support at least the major …

  3. Learn SQL - Codecademy

    In this SQL course, you'll learn how to manage large datasets and analyze real data using the standard data management language.

  4. SQL Cheat Sheet ( Basic to Advanced) - GeeksforGeeks

    Mar 19, 2026 · This SQL Cheat Sheet is your quick-reference guide for working with relational databases. It helps you recall key commands, logic, and query patterns to manage, manipulate, and …

  5. Standard SQL Functions Cheat Sheet - LearnSQL.com

    Aug 25, 2021 · Your quick guide to SQL functions! Download the cheat sheet in PDF or PNG for syntax reference, examples, and tips.

  6. What Are the Microsoft SQL Database Functions? - SQL Server

    Feb 10, 2026 · Bit manipulation functions Applies to: SQL Server 2022 (16.x) and later versions, Azure SQL Managed Instance, Azure SQL Database, SQL database in Microsoft Fabric Bit manipulation …

  7. SQL Tutorial - GeeksforGeeks

    Mar 31, 2026 · SQL functions offer an efficient and versatile approach to data analysis. Enhance your queries with built-in functions that manipulate data types and perform calculations. Date Functions …

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

  9. SQL Syntax - W3Schools

    SQL Statements Most of the actions you need to perform on a database are done with SQL statements. SQL statements consist of keywords that are easy to understand. The following SQL statement …

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

    Jan 5, 2026 · SQL Scalar functions SQL Scalar Functions are built-in functions that operate on a single value and return a single value. Scalar functions in SQL helps in efficient data manipulation and …