在网格中的某台服务器上的网格上下文中运行SQL数据定义语句时,那些语句将被广播到网格中的其他所有服务器。
When you run SQL data definition statements from within a grid context on one server in the grid, those statements are propagated to all other servers in the grid.
它使用占位符变量和简单的逻辑语句定义应该在模板中填充的数据。
It USES placeholder variables and simple logic statements to define what data should be populated into the template.
数据仓库目标通常是用通用语句定义的。
Data warehouse objectives are typically defined in general statements.
全文提供了示例DDL (数据定义语言)语句。
The DDL (Data Definition Language) statements throughout this article are provided as a sample.
为了解释新的DB2 9.5XML更新功能,我们使用下面的CREATETABLE和INSERT语句定义示例表和数据。
To illustrate the new DB2 9.5 XML update functionality, the sample table and data defined by the following CREATE TABLE and INSERT statements are used.
remaster复制定义,修改复制select语句,以便为新添加的列复制数据。
Remaster the replicate definition and modify the replicate SELECT statement to replicate data for the newly-added column.
通常,当一位dba提议更改时,他使用数据定义语言(Data Definition Language,DDL)提供脚本—比如alter语句—来执行那个更改。
Typically, when a DBA proposes changes, he provides scripts with data definition language (DDL), such as ALTER statements, to execute that change. To create DDL, do the following.
使用DECLARECURSOR命令定义一个游标,它使用select语句读取源表sales的所有数据。
With the DECLARE cursor command, a cursor is defined that reads all data of the source table SALES using a trivial SELECT statement.
根据您需要的业务逻辑,按照目标区域定义和IF 语句分离元素安全性控制多维数据集中的区域。
Separate the areas in the element security control cube by target area definitions and by IF statements according to the business logic you need.
您可以执行数据定义语言(DDL)和数据操作语言(dml)语句,并使用该工具来获取和显示结果。
You can execute both data definition language (DDL) and data manipulation language (DML) statements, and obtain and display the results using this tool.
您可以参考清单1中的数据定义语言(DDL)语句,为样例应用程序创建数据库和表。
You can refer to the Data Definition Language (DDL) statements in Listing 1 to create the database and table for the sample application.
可以使用物理数据模型来生成数据定义语言(ddl)语句,然后可以将这些语句部署到一个数据库服务器上。
A physical data model can be used to generate data definition language (DDL) statements which can then be deployed to a database server.
每当针对一个其中定义了昵称的MQT调用refresh语句时,该语句会删除MQT中预先存在的任何数据并重新用数据进行填充。
When a REFRESH statement is invoked for an MQT defined with nicknames in it, it deletes any pre-existing data in the MQT and populates the data afresh.
这使管理员能够使用熟悉的SQL数据定义语言(DDL)语句来创建存储XML数据的数据库对象。
This enables administrators to use familiar SQL data definition language (DDL) statements to create database objects for persisting their XML data.
这些定义在联邦过程的CREATEPROCEDURE语句中决定,而不是数据源上。
These definitions are determined in the CREATE PROCEDURE statement of the federated procedure, not on the data source.
数据定义语言(DDL)语句是不能回滚的语句。
Data definition language (DDL) statements are not statements that can be rolled back.
除了上面的限制外,对于非关系昵称上的MQT,定义MQT的sql语句对于涉及的非关系数据源必须是合法的。
In addition to the restrictions above, for MQTs over non-relational nicknames, the SQL statement defining the MQT must be valid for the non-relational data sources involved.
下面介绍如何配置一个名为SQL的数据组,这个数据组使用两个预定义数据视图来查看sql语句吞吐量和对溢出情况进行排序。
Here's how to configure a data group called SQL that USES two predefined data views to see SQL statement throughput and to sort overflows.
然后,定义一个sql语句来从这个数据库选择数据,此数据库用sql:execute执行。
Then, you define an SQL statement to select the data from the database, which is executed using SQL: execute.
db2look工具能够从一个数据库中提取数据定义语言 (DDL)语句,以便在测试数据库中复制产品数据库的数据库对象。
The db2look tool can extract data definition language (DDL) statements from a database in order to reproduce the database objects of a production database on a test database.
清单2中最后一个语句定义您将用于访问本文示例使用的CouchDB数据库的URL。
The last statement in Listing 2 defines the URL that you'll use to access the CouchDB database used for the article's examples.
要读写Clojure数据结构,我们只需使用print - dup语句即可,它可以让我们定义multimethods来分派printers。
In order to read and write Clojure data structures we just use the idiomatic print-dup, which allows you to define multimethods to dispatch your printers.
查询工具是数据库管理器的一个辅助工具,它作用就是定义一条符合SQL标准的查询语句。
The query tool is an assistant tool of the database manager, and it can define a query sentence accord with SQL standard.
语句对允许的数据类型、数据如何处理以及过程和函数的工作方式进行定义。
Statements define the types of data allowed, how data are to be manipulated, and the ways that procedures and functions work.
也可以创建数据库级别的触发器,将引发这些触发器以响应数据定义语言(ddl)语句。
You can also create database - level triggers that fire in response to data Definition Language (DDL) statements.
一组以数据定义语言来表达的语句集,该语句集完整地描述了数据库的结构。
The set of statements, expressed in data definition language, that completely describe the structure of a data base.
“添加where子句”对话框可以通过指定限制返回的行的搜索条件,进一步定义SQL数据源的SELECT语句。
Add WHERE Clause dialog box enables you to further define a SELECT statement of a SQL data source by specifying search conditions that restrict the rows returned.
“添加orderby子句”对话框可以通过指定结果的排序方式,进一步为SQL数据源定义SELECT语句。
Add ORDER by Clause dialog box enables you to further define a SELECT statement for a SQL data source by specifying how the results are sorted.
数据源(odbc)架构的其他sql函数,必须使用数据库定义语言(DDL)向数据源直接发出sql语句。
Data source (ODBC) schema, you must issue a SQL statement directly to the data source using Database Definition Language (DDL).
数据源(odbc)架构的其他sql函数,必须使用数据库定义语言(DDL)向数据源直接发出sql语句。
Data source (ODBC) schema, you must issue a SQL statement directly to the data source using Database Definition Language (DDL).
应用推荐