请输入您要查询的英文单词:

 

单词 sql
释义

SQL


SQL

abbreviation for (Computer Science) structured query language: a computer programming language used for database management
Translations
SQLSQL

SQL


SQL

structured query language: a computer programming language used for database management

SQL

(computer science) Structured Query Language

SQL

(language, database, standard)/S Q L/ An industry-standardlanguage 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 andANSI standard. It is often embedded in general purposeprogramming languages.

The first SQL standard, in 1986, provided basic languageconstructs for defining and manipulating tables of data; arevision in 1989 added language extensions for referential integrity and generalised integrity constraints. Anotherrevision in 1992 provided facilities for schema manipulationand data administration, as well as substantial enhancementsfor data definition and data manipulation.

Development is currently underway to enhance SQL into acomputationally complete language for the definition andmanagement of persistent, complex objects. This includes:generalisation and specialisation hierarchies, multiple inheritance, user defined data types, triggers andassertions, support for knowledge based systems,recursive query expressions, and additional dataadministration tools. It also includes the specification ofabstract data types (ADTs), object identifiers, methods,inheritance, polymorphism, encapsulation, and all of theother facilities normally associated with object datamanagement.

The emerging SQL3 standard is expected to be complete in1998.

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

SQL Standards.

An SQL parser isdescribed in "Lex & Yacc", by Levine, Mason & Brown publishedby O'Reilly.

The 1995 SQL Reunion: People, Projects, and Politics.

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

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

SQL

(Structured Query Language) Typically pronounced "see-quill" rather than the acronym, SQL is a language used to interrogate and process data in a relational database. Originally developed by IBM for its mainframes, SQL commands can be used to interactively work with a database or can be embedded within a script or programming language to interface to a database. Programming extensions to SQL have turned it into a full-blown database programming language, and all major database management systems (DBMSs) support it.

ANSI standardized SQL, but most DBMSs have some proprietary enhancement, which if used, makes SQL non-standard. Moving an application from one SQL database to another sometimes requires tweaking, the age old problem in this business! See MySQL, SQLite, MDX, CLI, ODBC, IDAPI and SQL injection.

The following SQL query selects customers with credit limits of at least $5,000 and puts them into sequence from highest credit limit to lowest. The blue words are SQL verbs. See SPUFI.

select name, city, state, zipcode from customer where creditlimit > 4999 order by creditlimit desc



From Natural Language to SQL
English Wizard generated the SQL code at the bottom from the English sentence at the top. A lot of SQL code is required to ask a simple question. (Screen shot courtesy of EasyAsk Inc.)
LegalSeequeryFinancialSeeQueryThesaurusSeeCLI
随便看

 

英语词典包含2567994条英英释义在线翻译词条,基本涵盖了全部常用单词的英英翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/2/1 9:47:57