On the condition of limited application range, we proposed a method for mapping the natural language to SQL query language, which is based on the pattern recognition.
在应用范围受限的条件下,提出了主要以自然语言中的关键词构造模式库来映射查询语句的思想方法;
The basic optimization methods of the SQL query language is presented by comprehending executive tactics of RDBMS optimizer and analyzing the factors that affect the SQL query language efficiency.
通过了解rdbms优化器的执行策略,并分析了影响SQL查询语句效率的因素,提出了SQL查询语句的基本优化方法,充分利用这些方法能提高SQL查询语句的执行效率。
The basic optimization methods of the SQL query language is presented by comprehending executive tactics of RDBMS optimizer and analyzing the factors that affect the SQL query languages efficiency.
介绍RDBMS优化器的执行策略和分析了影响SQL查询效率的因素的基础上,提出了优化SQL查询效率的基本方法,以提高数据库查询的执行效率。
YQL is basically a query language based on SQL that lets you query and retrieve structured data from multiple services in a standard way.
YQL基本上就是一种基于SQL的查询语言,允许以标准的方式从多个服务中查询和检索结构化数据。
The database system based on the standard query language — SQL, makes user can easily manage and operate on the database.Users can manage the corporation better because of the database technology.
SQL结构化查询语言基础上建立的数据库系统使得用户能够对数据库进行简单的操作和管理。通过数据库技术可以让用户更好地对企业进行管理。
JPQL is a full-featured query language with syntax similar to SQL, but it operates on entities rather than database tables.
JPQL是一种语法上类似于SQL的完备查询语言,但是它是在实体上,而不是在数据库表上进行操作。
Another SQL feature is that it's not merely a query language.
另一个SQL特性是它不仅仅是一种查询语言。
There's also a QUERY language, but SELECT is closer to SQL and thus easier to understand for most readers.
还有一种QUERY语言,但是SELECT更接近SQL,因此更容易被大部分读者理解。
It's fairly easy to see how any moderately complicated query will rapidly become unworkable using this technique, particularly when compared against the simplicity of a query language like SQL.
很容易看出,使用这种技术使得中等复杂的查询很快就变得不能工作,尤其是与SQL这类查询语言的简单性相比。
Both types use the same query language, which is specific to II CE, but is an SQL-like query language.
这两种类型使用同一种查询语言,这种语言是IICE特定的,但是是一种与SQL相似的查询语言。
Among the many query languages, Structured query language (SQL) is a language designed and optimized for querying certain kinds of relational databases.
在众多查询语言之中,结构化查询语言(SQL)是一种针对查询特定类型的关系库而设计和优化的语言。
It provides the ability to do visual analysis of the data with a drag-and-drop interface, and it can also use the familiar SQL database language to query data.
它允许通过拖放界面进行数据的可视分析,也可以使用熟悉的SQL数据库语言查询数据。
In the SQL programming language, the task of performing a query falls to the SELECT statement.
在SQL编程语言中,执行查询的任务属于SELECT语句。
The query USES JPA's query language, which is very similar to SQL.
查询使用JPA的查询语言,它与SQL相似。
As the article already mentioned, YQL is a SQL-like language to query structured data in the Web.
上文已经提到过,YQL是一种类似于SQL的语言,可在Web中查询结构化数据。
The most generic search function is through query language, such as SQL and XQuery.
最常见的搜索功能是使用SQL和XQuery之类的查询语言。
The difference is that the query language is MDX, not SQL, and the result is a multidimensional CellSet, not a ResultSet consisting of rows and columns.
所不同的是,查询语言是MDX而非SQL,而且结果是个多维的CellSet,而不是由行和列组成的ResultSet。
NoSQL databases do not provide a high-level declarative query language like SQL to avoid overtime in processing.
NoSQL的数据库没有像SQL提供一个高层次的声明性查询语言。
Now that I've got a race saved, I can, of course, search for it via SimpleDB's query language, which looks a lot like SQL.
在保存了一个比赛之后,我当然可以通过SimpleDB 的查询语言(与SQL很像)搜索它。
Programmers can now search for data using SQL or XQuery, a new query language that supports navigational (or path-based) expressions.
程序员现在可以使用SQL或XQuery搜索数据,XQuery 是一种新的查询语言,支持导航(即基于路径的)表达式。
IBATIS doesn't use its own proprietary query language; rather, it relies on standard SQL used within the SQL Maps framework.
iBATIS不使用其专有的查询语言;而是依赖于SQLMaps框架中使用的标准SQL。
The query language of CMIS is a subset of SQL-92 (ISO/IEC 9075: 1992 – Database Language SQL) with a few extensions.
CMIS的查询语言是有一定拓展的SQL-92 (ISO/IEC 9075: 1992 –DatabaseLanguage SQL)的子集。
JPA supports a rich query language that resembles SQL. The query language enables.
JPA支持一种与SQL相似的查询语言。
Just like SQL is a query language designed for the relational data model, XQuery is a language designed specifically to query XML data.
正如SQL是为关系型数据模型设计的查询语言一样,XQuery是专为查询XML数据设计的语言。
Structured Query language (SQL) : a standardized language used to define objects and manipulate data in a relational database.
结构化查询语言(Structured Query Language,SQL):一种标准化语言,用于在关系数据库中定义对象及操纵数据。
The query on the index would have been performed using standard Structured Query Language (SQL).
对索引的查询将使用标准结构化查询语言(Structured Query Language,SQL)来执行。
Its name was changed for legal reasons to SQL (Structured Query language) even though it was built out to become a full data manipulation and definition language.
出于法律原因它被更名为SQL (StructuredQuery Language),虽然它的构建初衷是成为一个完全的数据操作和定义语言。
The principle adopted for query in CMIS was to use a query language that was already widely understood, which naturally led to the choice of Structured query language (SQL).
CM IS中的查询所采用的原理是使用已经被广泛理解的查询语言,这自然会导致选择StructuredQuery Language (SQL)。
This language is officially called Structured Query language (or SQL, pronounced sea-quill).
这个语言称作结构化查询语言(或SQL,发音是sea - quill)。
Before you get started, a few notes: First, to follow along with this article, you should have a basic knowledge of relational databases, JDBC, and Structured Query Language (SQL).
开始之前,有几点注意事项:第一,要读懂本文,您应当掌握关系型数据库、JDBC和结构化查询语言(SQL)的基础知识。
应用推荐