不同类型的SQL之间的区别? [英] Difference between different types of SQL?

查看:124
本文介绍了不同类型的SQL之间的区别?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所有不同类型的SQL之间有什么区别?我听说PostgreSQL,SQLite,MySQL,SQL,....它们之间有什么区别?

What are the differences between all of the different types of SQL? I hear of PostgreSQL, SQLite, MySQL, SQL, .... What are the differences between them?

推荐答案


SQL 是结构化查询语言是一个
数据库计算机语言设计
用于管理关系数据库管理系统(RDBMS)中的数据。

SQL is Structured Query Language is a database computer language designed for managing data in relational database management systems (RDBMS).

PostgreSQL 是一个对象关系
数据库管理系统
(ORDBMS)。 1 它是在
BSD样式许可下发布的,因此是免费的
软件。与许多其他
开源程序一样,PostgreSQL是
不受任何单一公司控制,
但有一个全球社区的
开发商和公司开发

PostgreSQL is an object-relational database management system (ORDBMS).1 It is released under a BSD-style license and is thus free software. As with many other open-source programs, PostgreSQL is not controlled by any single company, but has a global community of developers and companies to develop it.

SQLite 是一个ACID兼容的嵌入式
关系数据库管理系统
包含在一个相对较小的(〜225
KB 1 )C编程库。 SQLite的
源代码位于
公共领域。

SQLite is an ACID-compliant embedded relational database management system contained in a relatively small (~225 KB1) C programming library. The source code for SQLite is in the public domain.

MySQL (发音/maɪˌɛskjuːɛl/ 1
我的SQL或我的续集
/maɪsiːkwəl/)是关系型
数据库管理系统(RDBMS) 2
安装了超过600万的
3 MySQL代表
我的结构化查询语言。
程序作为服务器运行,为多个
数据库提供
多用户访问。

MySQL (pronounced /maɪˌɛskjuːˈɛl/1 My S-Q-L, or "My sequel" /maɪˈsiːkwəl/) is a relational database management system (RDBMS)2 which has more than 6 million installations. 3 MySQL stands for "My Structured Query Language". The program runs as a server providing multi-user access to a number of databases.

这篇关于不同类型的SQL之间的区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆