mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-02-01 12:03:59 -05:00
450 B
450 B
title
| title |
|---|
| SQL |
SQL
SQL stands for Structured Query Language. It is the most common tool used to manipulate and manage data in a relational database (often referred to as a "SQL database").
SQL is commonly pronounced "sequel." Its most popular variants are MySQL, PostgreSQL, and SQLite - a version of SQL which is commonly used for prototyping. It introduced the concept of accessing many records with one single command, using SQL Queries.