
结构化查询语言
SELECT is a key statement of query operation in structured query language(SQL).
在结构化查询语言中,SELECT是一个关键的查询操作语句。
Structured Query Language. An ANSI standard computer language for accessing and manipulating databases.
结构化查询语言。访问和操作数据库的ANSI标准化的计算机语言。
Advanced Structured Query Language (ASQL) in the software service platform of Management Information System (MIS) is proposed. It is a king of language based on relation database.
提出了管理信息系统软件平台中的一种基于关系数据库和结构化查询语言兼容、并在功能上有很大增强的高级结构化查询语言。
Most developers have heard of a good example of an anti-pattern: The improper use of Structured Query Language (SQL) libraries that result in SQL injection attacks on Web sites.
大多数开发人员听说过关于反模式的一个很好的例子:结构化查询语言(Structured Query Language,SQL)的错误使用导致 Web 站点受到 SQL 注入攻击。
Perhaps it's time to move from several small databases to a robust Structured Query Language (SQL) environment.
也许是该从多个小型数据库转向可靠的结构化查询语言(Structured Query Language,SQL)环境的时候了。
Relational databases use Structured Query Language (SQL) to pull information from multiple tables and columns, but key-value stores are limited to operations on the key column.
关系数据库使用结构化查询语言(Structured Query Language,SQL)以便从多个表和列中提取信息,但是键值存储仅限于对键列的操作。
As an illustrative and representative example, let's configure, build, and install SQLite—a small library that implements a Structured Query Language (SQL) database engine.
作为一个说明性的和典型的示例,让我们配置、构建并安装SQLite——一个实现结构化查询语言(Structured Query Language,SQL)数据库引擎的小型的库。
Non-Procedural Query Language: Relational-type database include a data manipulation language called SQL (Structured Query Language).
非过程化的查询语言:关系型数据库包括一种称作结构化查询语言(Structured Query Language,SQL)的数据操作语言。
The ****** structures of relational database systems have permitted the development of standard query languages, one of which is Structured Query Language (SQL).
关联式资料库系统的简单构造允许发展标准查询语言,而其中之一称为SQL。
SQL is in English (Structured Query Language) Which means a structured query language.
SQL是英文(Structured Query Language)的缩写,意思为结构化查询语言。
SQL, which is a structured query language, has been an international standard language of relational database. This paper shows the corresponding relations between algebra of relations and SQL.
SQL是一种结构化的查询语言,已成为关系数据库的国际标准语言。
And the structured query language and the theory of relational database design are introduced, too.
系统篇介绍数据库恢复技术、并发控制、数据库安全性和数据库完整性等内容。
At the heart of this is the concept of NoSQL, a term used collectively to denote database software that does not use the Structured Query Language (SQL) to interact with the database.
它的核心是NoSQL概念,这个共同的术语表示不使用SQL语言与数据库交互的数据库软件。
You can even use structured query language (SQL) to see the setting of the DB2 registry.
您甚至可以使用结构化查询语言(SQL)来查看DB2注册表的设置。
Structured Query Language (SQL) injections are attacks carried out against databases.
结构化查询语言(SQL)注入是专门针对数据库的攻击。
Structured Query Language. A standard language for querying and modifying relational databases.
结构化查询语言。一种用于查询和修改关系数据库的标准语言。
Inside a tag, you pass SQL (Structured Query Language) statements to your database.
可以在 标签内将SQL(结构化查询语言)语句传递给数据库。
SQL(structured query language) efficiency is the key factor in the relational data base management system(RDBMS).
在关系数据库系统中,结构化查询语言(SQL)的查询效率一直是人们关注的焦点。
It inquires into methods of building database, a mode of database access and applying structured query language.
详细探讨了建立数据库的方法,访问数据库的方式,以及查询语言的应用。
This paper puts forward an information retrieval system based on XML documents database on the foundation of segmentation technology, index technology and structured query language technology.
在分词技术、索引技术、结构化查询语言技术的基础上,提出了一个基于XML文档数据库的信息检索系统,这一系统模型主要由分词模块、索引模块及查询模块组成。
An example is the language SQL(Structured Query Language), which forms the backbone of most relational database query system.
一个例子是结构化查询语言,它是大多数关系数据库查询系统的基干形式。
It assumes no prior database knowledge or programming experience in the Structured Query Language (SQL).
本文假设您没有数据库知识或结构化查询语言(Structured Query Language,SQL)编程经验。
Of course you need the basic IT skills of data design and architecture, database administration, Structured Query Language (SQL) scripting, data repository mapping, and business domain knowledge.
当然,您需要数据设计和架构、数据库管理、结构化查询语言(Structured Query Language,SQL)、脚本、数据存储库映射和业务领域知识等基本IT技能。
Work with a relational database: Structured Query Language
处理关系数据库:结构化查询语言
SQLJ is a set of programming extensions that allow a programmer using the Java™ programming language to embed statements that provide SQL (Structured Query Language) database requests.
SQLJ是一个编程扩展集,这些扩展允许使用Java™编程语言的程序员嵌入提供SQL(结构化查询语言)数据库请求的语句。
Not only that, but you can make sure that nobody is trying to add malicious HTML code, an uploadable file, or a Structured Query Language (SQL) injection.
不仅如此,还要确保没有人添加恶意HTML代码、可上载文件或结构化查询语言(Structured Query Language,SQL)注入。
All commercial relational databases use forms of the standard SQL (Structured Query Language) as their supported comprehensive language.
所有的商业关系数据库都建立在标准SQL(结构化查询语言)作为它们支持的包容性语言。
This language is officially called Structured Query Language (or SQL, pronounced sea-quill).
这个语言称作结构化查询语言(或SQL,发音是sea-quill)。
Structured query language(SQL) was used during the data query and analysis.
采用结构化查询语句进行数据查询与分析。
结构化查询语言(Structured Query Language,简称 SQL)是一种专门用于管理和操作关系型数据库的标准计算机语言。其核心设计目标是提供一种高效、可靠且用户友好的方式来定义数据库结构、存储、检索、更新和管理其中的数据。
CREATE
, ALTER
, DROP
。SELECT
(用于查询数据),以及 INSERT
, UPDATE
, DELETE
。GRANT
(授予权限)和 REVOKE
(撤销权限)。COMMIT
(提交事务)、ROLLBACK
(回滚事务)、SAVEPOINT
(设置保存点)。“结构化”体现在以下几个方面:
SELECT ... FROM ... WHERE ...
)是标准化的。SQL 是关系型数据库管理系统(RDBMS)如 Oracle, MySQL, Microsoft SQL Server, PostgreSQL, SQLite 等的基石语言。它被广泛应用于:
由于其标准化和强大功能,SQL 已成为数据库领域最普遍、最不可或缺的工具之一。
"Structured Query Language"(结构化查询语言,简称SQL)是用于管理和操作关系型数据库的标准计算机语言。以下是详细解释:
定义与用途
核心功能
CREATE TABLE
等语句定义数据库模式(schema)。SELECT
查询数据,INSERT
/UPDATE
/DELETE
修改数据。GRANT
/REVOKE
)确保数据安全。组成部分
CREATE
、ALTER
、DROP
。SELECT
、INSERT
。GRANT
。应用场景
示例语法:
SELECT name, age FROM users WHERE country = 'China' ORDER BY age DESC;
此语句从"users"表中检索中国用户的姓名和年龄,并按年龄降序排列。
SQL因其直观的英语式语法和高效的数据处理能力,成为数据驱动型应用开发的核心工具。
【别人正在浏览】