Files
freeCodeCamp/guide/chinese/sql/index.md
2018-10-16 21:32:40 +05:30

9 lines
394 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: SQL
localeTitle: SQL
---
## SQL
SQL代表结构化查询语言。它是用于操纵和管理关系数据库通常称为“SQL数据库”中的数据的最常用工具。
SQL通常发音为“续集”。它最流行的变种是MySQLPostgreSQL和SQLite - 一种常用于原型设计的SQL版本。它使用SQL查询引入了使用单个命令访问许多记录的概念。