Skip to main content

33 docs tagged with "database"

View all tags

Introduction to SQL

SQL (Structured Query Language) is a standardized programming language for managing and manipulating relational databases.

SQL Aggregate Functions

SQL (Structured Query Language) is a standardized programming language for managing and manipulating relational databases.

SQL Alias

The SQL Alias is used to give a table or a column a temporary name.

SQL ALTER TABLE Statement

SQL (Structured Query Language) is a standardized programming language for managing and manipulating relational databases.

SQL AND Operator

SQL (Structured Query Language) is a standardized programming language for managing and manipulating relational databases.

SQL AVG() Function

SQL (Structured Query Language) is a standardized programming language for managing and manipulating relational databases.

SQL COUNT() Function

SQL (Structured Query Language) is a standardized programming language for managing and manipulating relational databases.

SQL DELETE Statement

SQL (Structured Query Language) is a standardized programming language for managing and manipulating relational databases.

SQL DROP Statement

SQL (Structured Query Language) is a standardized programming language for managing and manipulating relational databases.

SQL GROUP BY Statement

The SQL GROUP BY statement is used to group rows that have the same values in specified columns and apply aggregate functions.

SQL Having Clause

The `HAVING` clause in SQL is used to filter records in combination with the `GROUP BY` clause.

SQL INSERT INTO Statement

SQL (Structured Query Language) is a standardized programming language for managing and manipulating relational databases.

SQL Joins

SQL Joins are used to combine rows from two or more tables based on a related column between them.

SQL NOT Operator

SQL (Structured Query Language) is a standardized programming language for managing and manipulating relational databases.

SQL OR Operator

SQL (Structured Query Language) is a standardized programming language for managing and manipulating relational databases.

SQL ORDER BY

SQL (Structured Query Language) is a standardized programming language for managing and manipulating relational databases.

SQL SELECT

The SELECT statement retrieves specific data from one or more tables in a database.

SQL SELECT TOP

The SQL SELECT TOP clause is used to limit the number of rows returned in a result set.

SQL SUM() Function

SQL (Structured Query Language) is a standardized programming language for managing and manipulating relational databases.

SQL Syntax

SQL statements are commands used to perform tasks such as querying, updating, and managing data in relational databases.

SQL UPDATE Statement

SQL (Structured Query Language) is a standardized programming language for managing and manipulating relational databases.

SQL Views

SQL Views are virtual tables that represent a saved query in the database.

SQL WHERE Clause

SQL (Structured Query Language) is a standardized programming language for managing and manipulating relational databases.