• If Excel isn't quite your cup of tea, don't worry, you can create a table in Microsoft Word or a similar word processor.

    如果喜欢使用 Excel担心可以MicrosoftWord类似文字处理程序创建一个表格

    youdao

  • I had to create a table of contents based on the topics of its articles.

    必须根据文章标题创建一份目录

    youdao

  • When planning Encyclopedia Britannica, I had to create a table of contents based on the topics of its articles.

    规划《大英百科全书》时,必须根据文章主题创建一个目录

    youdao

  • The only other noticeable difference is that an additional clause can and should be appended to the CREATE TABLE statement to specify in which database the table shall be placed.

    惟一需要注意其他事项可以、也应该CREATE TABLE语句后面添加个子句,指定放在哪个数据库

    youdao

  • 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.

    为了解释新的DB2 9.5XML更新功能我们使用下面的CREATE TABLEINSERT语句定义示例数据

    youdao

  • You can use the PASSTHRU session to directly send the create table statement to the data source and create a nickname for this new table.

    可以使用PASSTHRU会话直接CREATE table语句发送数据源这个创建一个昵称

    youdao

  • In a DPF environment, each table row is distributed to a database partition according to the distribution key specified in the CREATE table statement.

    DPF环境中根据CREATE table语句指定分区中的每个分布一个分区上。

    youdao

  • Tip: Named anchors are often used to create "table of contents" at the beginning of a large document.

    命名锚一般用于一个长篇幅文档建立内容目录”。

    youdao

  • Creating an empty table with the same structure as an existing table can be done by specifying the LIKE option of the CREATE table command (Listing 4).

    通过CREATE TABLE命令指定LIKE选项创建一个现有结构相同表(清单4)。

    youdao

  • In DB2 9.7, the compression capability for XML data is enabled simply through the compress YES clause of the CREATE table statement, which compresses both relational and XML columns in the table.

    DB 2 9.7中,只需通过CREATE table语句COMPRESSyes子句启用XML数据压缩功能这会同时压缩表中的关系xml

    youdao

  • The statement at D results in an error because the CREATE TABLE statement for the t1 table has been rolled back.

    标签D语句导致一个错误因为t1CREATE TABLE 语句执行了回

    youdao

  • After successfully converting from version 11.50.xc7 to 11.70.xc1, you can use the following command to create table with interval fragmentation.

    成功地版本11.50 .xC 7升级11.70 .xC1之后可以使用以下命令创建一个区间存储残片表格

    youdao

  • For DDL, you will use generated db2ddl script to create table definitions.

    对于ddl使用生成db2ddl脚本创建定义

    youdao

  • Myisampack.exe Compresses myisam table use VALUE COMPRESSION in create table statement to use the space saving row format at the column or table level to reduce space required for a table.

    exe压缩myisam创建表的语句中使用VALUECOMPRESSION,可以级别上使用节省空间格式减少空间占用。

    youdao

  • The indexfreespace value takes precedence over the value of the PCTFREE parameter that was specified during index creation. create table newemp like employee;

    indexfreespace创建索引期间指定PCTFREE参数值具有更高的优先权。

    youdao

  • You can create a staging table using the create table statement; then, when the underlying tables of the MQT are modified, the changes are propagated and immediately appended to the staging table.

    可以使用CREATE table语句创建一个staging然后MQT底层修改时,变化会传播过来立即被添加staging表中。

    youdao

  • After connecting to the SAMPLE database, we create the newstaff table by issuing the following SQL statement: create table newstaff like staff.

    连接SAMPLE数据库之后,我们通过发出下面这个sql语句创建newstaffcreate table newstafflikestaff

    youdao

  • Specify option 1 to ifx_grid_connect with the create table command to create the replicate on the table automatically.

    为ifx_grid_connect指定选项1,可以使用create table命令自动创建副本

    youdao

  • For example, create table mytable (idcol int xmldoc XML) would create a table with one integer column (idcol) and one XML column (xmldoc).

    例如create tablemytable (idcolintxmldocxml)将会创建具有一个整数(idcol)个xml列(xmldoc)的

    youdao

  • Consider the simple example of two statements targeted for table T1 - CREATE table T1 (C1 INT).

    考虑一个简单例子,例子中有个以t 1目标语句——CREATE TABLET1 (C1INT)。

    youdao

  • The result of the db2look call is a file sales.ddl containing the CREATE table statement for table sales.

    db2look调用结果sales . ddl文件,其中包含sales表的CREATE table语句

    youdao

  • Running such a create table statement — by a user at the command line or by a custom applicationcreates these columns within each table.

    用户命令行上通过定制应用程序运行这样CREATE table语句每个创建这些

    youdao

  • If a primary key is specified in the CREATE TABLE statement, the first column of the primary key is used as the distribution key.

    如果CREATE table语句中指定一个,那么主键用作分配键。

    youdao

  • Once you have determined the MQT definitions, the MQTs can be created with the use of a " CREATE TABLE" statement.

    一旦确定MQT定义,就可以使用 "CREATE TABLE"语句创建MQT 了。

    youdao

  • In this example, you see that the "Create table" statement failed to propagate on target servers.

    中,看到Create table语句未能广播目标服务器。

    youdao

  • Now, when creating partitioned tables, the partition boundaries are determined by the CREATE table statement instead of CREATE INDEX.

    这时创建分区时,分区边界CREATE table语句决定,而不是CREATEindex语句决定。

    youdao

  • I also described two ways to use the partition BY clause of the create table statement to create partitioned tables.

    描述了使用CREATE TABLEPARTITIONBY子句创建分区两种方法

    youdao

  • The dimensions are defined in the CREATE table statement and storage is reserved for each combination of values.

    CREATE table语句定义时候,每种组合预留了存储空间

    youdao

  • Edit the generated SQL script adding the COMPRESS YES clause to the CREATE table statement for the noted fact tables.

    编辑生成sql脚本对于标记事实添加COMPRESSyes子句CREATE table语句

    youdao

  • If there is no partitioning key provided explicitly in the CREATE TABLE command, the following defaults are used.

    如果CREATE TABLE命令没有显式地提供分区,那么就会使用如下的这些默认值。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定