SQL

Structured Query Language is a domain-specific language used to manage data, especially in a relational database management system. It is particularly useful in handling structured data, i.e., data incorporating relations among entities and variables.

Database Duotone Icon
SQL
  • SQL Introduction
  • SQL Syntax
  • SQL Select
  • SQL Select Distinct
  • Unique
  • SQL Where
  • Comments
  • Column Aliasing
  • SQL Order By
  • Relational Operators
  • SQL And
  • SQL Or
  • SQL Not
  • Dual table
  • Single and Multiple Column Sorting
  • SQL Insert Into
  • SQL Null Values
  • SQL Update
  • SQL Delete
  • SQL Like Operator
  • SQL Wildcards
  • SQL In
  • SQL Between
  • SQL Aliases
  • SQL Aggregate Functions
  • SQL Min and Max
  • SQL Count
  • SQL Sum
  • SQL Avg
  • SQL Variance
  • SQL Standard Deviation
  • SQL Group by Single and Multiple Column
  • SQL Having
  • Scalar Functions
  • Numeric Functions
  • String Functions
  • Date Time Functions
  • Conversion Functions
  • Tables
  • SQL Create Table
  • SQL Drop Table
  • SQL Alter Table
  • Primary Key
  • Foreign Key
  • SQL Constraints
  • SQL Not Null
  • SQL Check
  • SQL Default
  • SQL Joins
  • SQL Inner Join
  • SQL Left Join
  • SQL Right Join
  • SQL Full Join
  • Cross Join
  • SQL Self Join
  • Natural Join
  • Set Operators
  • SQL Union
  • Intersect
  • Minus
  • Union all
  • SQL Case
  • Sub Queries
  • Single and multi row
  • Multi column sub queries
  • SQL Views
  • Synonyms
  • Indexes
  • Sequences
  • Data Dictionary
  • Analytical Functions
  • Raking
  • Row_Number
  • Rank
  • Dense Rank

Frequently asked questions