structured query language是什么意思,structured query language的意思翻译、用法、同义词、例句
常用词典
结构化查询语言
例句
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 simple 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)是一种用于管理关系型数据库的语言。它是一种标准化的语言,通常被用于数据库的创建、查询、修改和删除。SQL被广泛应用于各种类型的组织中,包括企业、政府机构和学术机构。
SQL的语法是相对简单的,由几个基本的关键字和操作符组成。它可以用于创建表格、插入数据、更新数据、删除数据、查询和排序数据。SQL还支持高级查询功能,例如连接查询和子查询。
以下是一些SQL的例句和解释:
- SELECT * FROM customers; (查询所有客户信息)
- INSERT INTO orders (customer_id, order_date) VALUES (1, '2021-05-01'); (向订单表格中插入一条新的订单记录)
- UPDATE products SET price = 10.99 WHERE id = 1; (更新产品表格中id为1的产品价格为10.99)
- DELETE FROM contacts WHERE name = 'John'; (删除联系人表格中名字为John的记录)
SQL的用法十分广泛,它可以用于管理各种类型的数据,例如客户信息、订单信息、库存信息等等。它也可以用于生成报表、分析数据和预测趋势。
SQL的近义词包括结构化查询语言、关系型数据库语言、数据库查询语言等等。它的反义词是非关系型数据库语言(NoSQL)。
总之,SQL是一种重要的数据库管理工具,它具有使用方便、语法简单和功能强大的特点,被广泛应用于各种类型的组织中。
英语单词大全 请记住链接:https://danci.yuesha.com/structured+query+language.html