Execute this database script to create the table in your database.
执行这个数据库脚本就能在数据库内创建这个表。
This is where you will create the database table.
这就是您要创建数据库表的位置。
You will now create a sample database and a sample table that contains the user data.
您将创建一个样本数据库以及一个包含用户数据的样本表格。
This will create the table in the database.
这会在数据库中创建一个表。
You can refer to the Data Definition Language (DDL) statements in Listing 1 to create the database and table for the sample application.
您可以参考清单1中的数据定义语言(DDL)语句,为样例应用程序创建数据库和表。
The simple answer is to delete the table from the database and, if necessary, create a replacement table.
简单的答案是从数据库中删除表。而且,如果必要,再创建一个替代表。
Create the required database table and fill it with data.
创建所需的数据库表并为其填充数据。
Before doing anything else, we need to create the database table that will hold our group news, and then add some entries to it.
我们需要先创建用于存放组新闻的数据库表,并在其中添加一些条目,然后才能做其他事。
Create the table space in the database partition group.
创建数据库分区组内的表空间。
The only exception to this is the code in the migration to create a database table, but that can also be done in straight SQL in the database.
其中唯一的例外是迁移中用于创建数据库表的代码,但事实上这也可以通过数据库中的简单SQL完成。
After the database is created, you'll create a table, then add some columns.
在创建数据库之后,将创建一个表,然后添加一些列。
First, create a database table with an XML type column.
首先,用xml类型列创建一个数据库表。
Now, you'll want to connect to the database and create a table with the following definition.
现在,需要连接到数据库,并用下面的定义创建一个表。
Task 1: Create a database table to hold bank customer accounts.
任务1:创建一个数据库表来保存银行客户帐户信息。
Before running the job, perform the steps in Listing 1 to create the database and table in your DB2 database.
在运行作业以前,执行清单1中的步骤以便在DB 2数据库中创建数据库和表。
Go ahead and use the DB2 Command Line Processor to create a database for the table above.
请使用DB 2命令行处理器为上面的表创建一个数据库。
One option is simply to create a test database table and let DB2 do the checking with its built-in parser.
选项之一是创建测试数据库表,并利用DB2的内置解析器进行检查。
The following commands can be used to create such a database and table spaces.
可使用以下命令创建此类数据库和表空间。
After successfully opening the database, the SQL DDL to create the database table is executed.
成功打开数据库后,执行创建数据库表的SQLDDL。
Let's take a look at a simple program that will create a database table and populate the table with data values.
让我们来看一个简单的程序,它能创建一个数据库表并填入数据值。
From an SQL command line tool or with the JDBC API, create the database table with an XML type column.
可以借助SQL命令行工具或JDBCAPI,用xml类型列创建数据库表。
Run the following commands to create an appropriate database and table
运行以下命令创建一个适当的数据库和表
Create the desired database, schema, and table on the new server.
在新服务器上创建想要的数据库、模式和表。
An easier way to create a table copy in another database.
在另一个数据库中创建表拷贝的简便方法。
Create the DB2 database and table using the following commands.
可以使用下列命令创建DB 2数据库和表。
Suppose you create a logged database and table
假设您创建一个logged数据库和表
Create sample database and xmlcustomer table.
创建示例数据库和xmlcustomer表。
You need to create a new database table, which is required to store the special interest groups a customer might be interested in.
需要创建一张新数据库表,在存储客户可能感兴趣的特殊兴趣组时它是必需的。
You will create this table in the MySQL database.
我将在MySQL数据库中创建这个表。
You will create this table in the MySQL database.
我将在MySQL数据库中创建这个表。
应用推荐