英文字典中文字典


英文字典中文字典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直来直去,只要定义必要的输入输出,没有对过程的控制。 了解sql的大致情况后,我们再来看看如何学?
  • 如何学习 SQL 语言? - 知乎
    SQL 真的不难,用 20 个小时来学习完全足够了。 「1」刷题前之前了解下 SQL 是什么: 结构化查询语言(Structured Query Language)简称SQL,是一种数据库查询和程序设计语言,用于存取数据以及查询、更新和管理关系数据库系统。 「2」准备好工具书:《SQL必知必会》
  • 到底应该用MySQL还是SQL Server? - 知乎
    SQL Server和MySQL所应用的SQL语言是用以浏览数据库的最常用标准化语言。 二、MySQL和SQL Server的区别 sql server和mysql的区别主要反映在以下几点: 1 本质区别——存储引擎 SQL服务器的保守的储存模式,与MySQL服务器的开放可拓展的储存模式是不一样的。
  • 知乎 - 有问题,就会有答案
    知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区氛围、独特的产品机制以及结构化和易获得的优质内容,聚集了中文互联网科技、商业、影视
  • 数据分析师日常工作是什么? - 知乎
    你以为数据分析就是学好spass、Python、SQL就好了?错!其实不同行业、不同等级的数据分析师,做的工作是不一样的。 今天请到了具有10年数据分析师经验的陈老师,为大家揭秘数据分析师的行业真相和生存必备能力。 (题外话:不知不觉已经1000+赞了!
  • 相比Oracle、MySQL,国产数据库有哪些不错的? - 知乎
    二、MySQL位列第二,微软的SQL Server排名第三 甲骨文旗下的开源数据库MySQL位列第二,微软的SQL Server排名第三。另一个开源数据库PostgreSQL排名第四,它也是前几月流行度上升最快的数据库,但7月得分稍有下降。而第二名MySQL本月比上月稍有上升。
  • 如何看待 Google 最新开源的 Gemma-3 系列大模型? - 知乎
    Gemini 1 5、Gemini 2 0以及Gemma 2和Gemma 3不同参数版本在各种零样本基准测试中的性能表现,包括MMLU-Pro、LiveCodeBench、Bird-SQL (dev)、MATH和HiddenMath等任务 预训练能力探测 团队在预训练过程中使用了几个标准的基准测试作为「探针」,来确保模型能够掌握一般的技能。
  • 什么是 GraphQL? - 知乎
    它跟 sql 的关系是共用 ql 后缀,就好像「汉语」和「英语」共用后缀一样,但他们本质上是不同的语言。 GraphQL 跟用作存储的 NoSQL 没有必然联系,虽然 GraphQL 背后的实际存储可以选择 NoSQL 类型的数据库,但也可以用 SQL 类型的数据库,或者任意其它存储方式
  • 产品经理们,你们现在用axure还是墨刀? - 知乎
    还能编写 sql 查询,虽然编写 sql 查询也不是产品经理的主要职责,但他们有时可能需要它。 使用chatgpt 编写 sql 查询非常简单。 只需描述您的需求,chatgpt 即可生成 sql 查询。 它还可以根据您的自然语言输入生成语法正确的 sql 查询,从而帮助最大限度地减少错误。
  • 博途V16怎么卸载干净呢? - 知乎
    知乎,中文互联网高质量的问答社区和创作者聚集的原创内容平台,于 2011 年 1 月正式上线,以「让人们更好的分享知识、经验和见解,找到自己的解答」为品牌使命。知乎凭借认真、专业、友善的社区氛围、独特的产品机制以及结构化和易获得的优质内容,聚集了中文互联网科技、商业、影视





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