ddl

  • n.二极管二极管逻辑电路
  • 网络数据定义语言(Data Definition Language);资料定义语言;数据描述语言(data description language)

ddlddl

ddl

数据定义语言(Data Definition Language)

每一数据定义语言DDL)文件都包含用来创建数据库表的 SQL。手工创建数据库和表 DB2 必须是活动的。

资料定义语言

使用资料定义语言DDL)与资料操作语言 (DML) 问题太过于笼统,最好能具体点 创建数据库并定义表的结构,查询需要 …

数据描述语言(data description language)

  常用的关系数据描述语言DDL)有问答式和语言描述式,常用的FoxPro属于问答式DBMS.     语言描述式有专门描述语言定义关 …

数据库定义语言(DATABASE DEFINITION LANGUAGE)

数据库定义语言(DDL):负责数据的模式定义与数据的物理存取构建数据操纵语言(DML):负责数据的操纵,包括查询及增、删 …

1
For this reason, all DDL statements (and a few other statements as well) are recorded before they are attempted. 因此,所有DDL语句(以及其它几个语句)都在被尝试之前记录下来。
2
With a few clicks you are able to get the Physical Data Model of a DB2 and the DDL scripts to create the tables. 通过一些简单的点击操作,您就能够得到DB2的物理数据模型以及DDL脚本来创建数据表。
3
A DDL Trigger can fire after execution of any Transact-SQL event that belongs to a predefined grouping of similar events. 可以在执行属于一组预定义的相似事件的任何Transact-SQL事件后触发DDL触发器。
4
This can help isolate the effects of DDL changes to only those applications that use parts of that changed schema. 这有助于将DDL更改的效果局限到那些使用那个已更改的架构的部分的应用程序。
5
A physical data model can be used to generate data definition language (DDL) statements which can then be deployed to a database server. 可以使用物理数据模型来生成数据定义语言(DDL)语句,然后可以将这些语句部署到一个数据库服务器上。
6
If you generate a Java stored procedure, it has a DDL tab and a Java tab, as shown in Figure 8. 如果您生成了一个Java存储程序,将会有一个DDL选项卡和一个Java选项卡,如图8所示。
7
Is the name of a Transact-SQL language event that, after execution, causes a DDL trigger to fire. 执行之后将导致激发DDL触发器的Transact-SQL语言事件的名称。
8
Optionally, data modeler can transform a LDM into a physical database schema and DDL using Rational Data Architect. 数据建模师还可以选择使用RationalDataArchitect将LDM转换为一个物理数据库模式和DDL。
9
The DDL trigger fires after execution of any Transact-SQL language event that belongs to event_group. 执行任何属于event_group的Transact-SQL语言事件之后,都将激发DDL触发器。
10
The next step in creating the stored procedure is to issue the CREATE PROCEDURE DDL to register the procedure in the database. 创建存储过程的下一步是执行CREATEPROCEDUREDDL,在数据库中注册该存储过程。
11
However, when you deploy to production, you will include the GRANT statements in the same DDL as you use to create the database structure. 然而,当您部署到生产数据库时,您将在用来创建数据库结构的同一个DDL中使用这些GRANT语句。
12
During DDL replay, the default schema is overridden to the target schema if it matches the source schema. 在DDL重新执行期间,如果默认模式与源模式匹配,那么它被改为目标模式。
13
For more information about this task, see Analysis Services Execute DDL Task. 有关此任务的详细信息,请参阅AnalysisServices执行DDL任务。
14
DDL triggers do not fire in response to events that affect local or global temporary tables and stored procedures. 对于影响局部或全局临时表和存储过程的事件,不会触发DDL触发器。
15
The sample code provides the Data Definition Language (DDL) and Integration Exchange Format (IXF) files which make up the structure. 该样本代码提供了组成该结构的数据定义语言(DataDefinitionLanguage,DDL)和集成交换格式(IntegrationExchangeFormat,IXF)文件。
16
You can select the tables that you want to migrate and extract the DDL into a file. 此时可以选择所要迁移的表,并将DDL提取到一个文件。
17
Added an important note that recommends testing DDL triggers to determine their responses to system stored procedures that are executed . 添加了一个重要通知,该通知建议测试DDL触发器以确定其对所执行系统存储过程的响应。
18
You can determine the types of locks being used from the Data Definition Language (DDL) schema files used to create the database. 根据创建数据库所使用的数据定义语言(DDL)模式文件,可以确定正在使用的锁类型。
19
Event notifications do not fire if the event in the corresponding DDL statement is rolled back. 如果回滚相应DDL语句中的事件,则事件通知不会触发。
20
You can reverse engineer your database into a model using a DDL file or from the database itself. 可以对DDL文件或数据库本身进行反向工程,生成数据模型。
21
The catalog views and system stored procedures listed in this section can be used to get information about DDL Triggers. 本节列出的目录视图和系统存储过程可用于获取有关DDL触发器的信息。
22
Like their relational counterparts, these new XML indexes are created with a familiar SQL DDL statement: CREATE INDEX. 与关系索引相似,这些新的XML索引也是用熟悉的SQLDDL语句创建的:CREATEINDEX。
23
Browse to the location of the DDL file, and select the options for how you want your diagram to look. 浏览到DDL文件的位置并选择设置图表外观的选项。
24
DBLookTask. java: provides access to the dblook command-line utility which allows DDL to be exported for a given database. java:提供对dblook命令行实用程序的访问,该实用程序允许导出用于给定数据库的DDL。
25
Lists index DDL operations that do and do not require additional temporary disk space. 列出需要和不需要额外临时磁盘空间的索引DDL操作。
26
Trace events generated by DDL are always generated, regardless of whether the DDL statement is rolled back. 无论是否回滚DDL语句,都将始终生成DDL生成的跟踪事件。
27
This task does absolutely nothing more than output the DDL for a database to a file. 该任务惟一要做的就是将一个数据库的DDL输出到文件中。
28
SQL has two main components: a Data Definition Language (DDL) and a Data Manipulation Language (DML). SQL有两个主要部分:数据定义语言(DDL)和数据操纵语言(DML)。
29
Registered custom stored procedure or script is executed at the end of the data definition language (DDL) trigger . DDL触发器激发存储过程以响应各种数据定义语言(DDL)事件。
30
Modifies the definition of a DML, DDL, or logon trigger that was previously created by the CREATE TRIGGER statement. 修改CREATETRIGGER语句以前创建的DML、DDL或登录触发器的定义。