英文字典中文字典


英文字典中文字典51ZiDian.com



中文字典辞典   英文字典 a   b   c   d   e   f   g   h   i   j   k   l   m   n   o   p   q   r   s   t   u   v   w   x   y   z       







请输入英文单字,中文词皆可:

SQL    
结构式查询语言

结构式查询语言

/S Q L/ An industry-standard
language for creating, updating and, querying {relational
database management systems}.

SQL was developed by {IBM} in the 1970s for use in {System R}.
It is the {de facto standard} as well as being an {ISO} and
{ANSI} {standard}. It is often embedded in general purpose
programming languages.

The first SQL standard, in 1986, provided basic language
constructs for defining and manipulating {tables} of data; a
revision in 1989 added language extensions for {referential
integrity} and generalised {integrity} {constraints}. Another
revision in 1992 provided facilities for {schema} manipulation
and {data administration}, as well as substantial enhancements
for data definition and data manipulation.

Development is currently underway to enhance SQL into a
computationally complete language for the definition and
management of {persistent}, complex objects. This includes:
generalisation and specialisation hierarchies, {multiple
inheritance}, user defined {data types}, {triggers} and
{assertions}, support for {knowledge based systems},
{recursive query expressions}, and additional data
administration tools. It also includes the specification of
{abstract data types} (ADTs), object identifiers, {methods},
{inheritance}, {polymorphism}, {encapsulation}, and all of the
other facilities normally associated with object data
management.

The emerging {SQL3} standard is expected to be complete in
1998.

According to Allen G. Taylor, SQL does __not__ stand for
"Structured Query Language". That, like "SEQUEL" (and its
pronunciation /see'kw*l/), was just another unofficial name
for a precursor of SQL. However, the IBM SQL Reference manual
for DB2 and Craig Mullins's "DB2 Developer's Guide" say SQL
__does__ stand for "Structured Query Language".

{SQL Standards (http://jcc.com/sql_stnd.html)}.

{An SQL parser
(ftp://ftp.ora.com/published/oreilly/nutshell/lexyacc/)} is
described in "Lex & Yacc", by Levine, Mason & Brown published
by O'Reilly.

{The 1995 SQL Reunion: People, Projects, and Politics
(http://mcjones.org/System_R/SQL_Reunion_95/)}.

["A Guide to the SQL Standard", C.J. Date, A-W 1987].

["SQL for Dummies", Allen G. Taylor, IDG Books Worldwide].

(2005-11-17)


请选择你想看的字典辞典:
单词字典翻译
sql查看 sql 在百度字典中的解释百度英翻中〔查看〕
sql查看 sql 在Google字典中的解释Google英翻中〔查看〕
sql查看 sql 在Yahoo字典中的解释Yahoo英翻中〔查看〕





安装中文字典英文字典查询工具!


中文字典英文字典工具:
选择颜色:
输入中英文单字

































































英文字典中文字典相关资料:


  • SQL - 菜鸟教程
    SQL 教程 SQL(Structured Query Language,结构化查询语言)是一种用于管理和操作关系型数据库的标准化编程语言。 在本教程中,您将学到如何使用 SQL 访问和处理数据系统中的数据,这类数据库包括:MySQL、SQL Server、Access、Oracle、Sybase、DB2 等等。
  • SQL Tutorial - W3Schools
    SQL is a standard language for storing, manipulating and retrieving data in databases Our SQL tutorial will teach you how to use SQL in MySQL, SQL Server, MS Access, Oracle, PostgreSQL, and more
  • SQL入门教程(非常详细)从零基础入门到精通,看完这一篇就够了-CSDN博客
    SQL 是用于访问和处理数据库的标准的计算机语言。 SQL 指结构化查询语言SQL 使我们有能力访问数据库SQL 是一种 ANSI 的标准计算机语言SQL 可与数据库程序协同工作,比如 MS Access、DB2、Informix、MS SQL Server、Oracle、Sybase 以及其他数据库系统。
  • 什么是数据库?什么是SQL?怎么入门SQL? - 知乎
    DBMS 主要通过数据的保存格式(数据库的种类)来进行分类,现阶段主要有以下5 种类型。 1 层次数据库(Hierarchical Database,HDB) 最古老的数据库之一,它把数据通过层次结构(树形结构)的方式表现出来。
  • SQL 教程:为初学者从零开始学习 SQL - SQL 教程
    本 SQL 教程通过清晰的概念、动手实例和互动测验,帮助您快速有效地掌握 SQL。 无论您是软件开发人员、数据库管理员、数据分析师还是数据科学家,本 SQL 教程都将帮助您释放 SQL 在管理和分析数据方面的强大能力。 SQL(Structured Query Language,结构化查询语言)是关系型数据库管理系统 (RDBMS) 中进行数据交互的标准语言。 现在就和我一起开始您的 SQL 之旅,自信地掌握处理数据的技能吧! 第 1 节 SQL 简介 什么是 SQL – 了解 SQL 及其流行的方言。 SQL 语法 – 探索基本的 SQL 语法。 第 2 节 查询数据 SELECT – 从表中检索数据。 第 3 节 排序行 ORDER BY 子句 – 对结果集中的行进行排序。
  • SQL 教程
    我们的 SQL 教程讲解如何在 MySQL、SQL Server、MS Access、Oracle、Sybase、Informix、Postgres 和其他数据库系统中使用 SQL。 现在就开始学习 SQL 通过我们的在线 SQL 编辑器,你可以编辑 SQL 语句,并点击按钮查看结果。 点击“亲自试一试”按钮,看看它是如何工作的。 通过实例学习! 本教程提供了大量实例以及清晰的解释。 查看所有 SQL 实例 在 W3School 测试你的 SQL 技能! 开始 SQL 测验 在 W3School,您可以找到关键词和函数的完整参考: Microsoft Access、MySQL 和 SQL Server 的数据类型和范围。 SQL 数据类型
  • SQL - Wikipedia
    Introduced in the 1970s, SQL offered two main advantages over older read–write APIs such as ISAM or VSAM Firstly, it introduced the concept of accessing many records with one single command Secondly, it eliminates the need to specify how to reach a record, i e , with or without an index
  • SQL入门教程(1):什么是SQL?-腾讯云开发者社区-腾讯云
    SQL 是一种用来管理和操作 关系型数据库 的语言,关系型 数据库 用来存储、查询和更新数据。 你可以把 SQL 想象成一个与数据库对话的工具,它能帮助你从数据库中提取信息,进行数据分析,甚至更新数据库里的内容。 举个例子, 假设你有一堆用户数据存储在数据库里,比如用户的年龄、性别、注册时间等等。 你需要找出所有在过去一个月内注册的用户。 使用 SQL,你可以像下达指令一样告诉数据库:“嘿,把这部分数据拿出来! ” SQL 会帮你自动做这些繁琐的工作。 学习 SQL 并不难,尤其是作为用户研究者,你不需要成为一个数据库专家。 你只需要掌握一些基础知识,就能开始使用 SQL 来查询数据,进行分析。 入门步骤: 学习基本语法:SQL 的语法是固定的,结构简单。 最常用的操作包括:
  • Microsoft SQL Server downloads
    Get started with Microsoft SQL Server downloads Choose a SQL Server trial, edition, tool, or connector that best meets your data and workload needs
  • 首页 | 学习SQL
    SQL(Structured Query Language,结构化查询语言)是一种特定目的编程语言,用于管理关系数据库管理系统(RDBMS),或在关系流数据管理系统(RDSMS)中进行流处理。 SQL基于关系代数和元组关系演算,包括一个数据定义语言和数据操纵语言。 SQL的范围包括数据插入、查询、更新和删除,数据库模式创建和修改,以及数据访问控制。 尽管SQL经常被描述为,而且很大程度上是一种声明式编程(4GL),但是其也含有过程式编程的元素。 SQL是对埃德加·科德的关系模型的第一个商业化语言实现,这一模型在其1970年的一篇具有影响力的论文《一个对于大型共享型数据库的关系模型》中被描述。 尽管SQL并非完全按照科德的关系模型设计,但其依然成为最为广泛运用的数据库语言。





中文字典-英文字典  2005-2009