Execute this database script to create the table in your database.
执行这个数据库脚本就能在数据库内创建这个表。
Also, if you later create a new table space in the database, you must then take a backup that contains the table space.
此外,如果您随后在数据库中创建了一个新的表空间,那么必须进行包含该表空间的备份。
Now we must create the table structure in the database, which also wipes out the existing tables and data (if there's any) and start from scratch.
现在我们必须在数据库中创建表结构,这也会清除现有表和数据(如果有的话),并从头开始。
Once installed, you need to create at least one database and one table in order to create a connection and test to see if you can access data in the created table.
一旦完成安装,您至少还需要创建一个数据库和一个表,以便在它们之间建立连接,并测试是否可以访问所创建表中的数据。
You will now create a sample database and a sample table that contains the user data.
您将创建一个样本数据库以及一个包含用户数据的样本表格。
If the relational data resided in a remote DB2 or OEM database, we would simply create a nickname for this remote table in our database.
如果关系数据驻留在远程DB 2或OEM数据库中,那么我们将简单地为我们数据库中的这个远程表创建一个别名。
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.
简单的答案是从数据库中删除表。而且,如果必要,再创建一个替代表。
As an initial step you will need to create a new table within the database that you have been using for this application.
作为第一步操作,您需要为该应用程序所用的数据库中创建一个新的表格。
Before doing anything else, we need to create the database table that will hold our group news, and then add some entries to it.
我们需要先创建用于存放组新闻的数据库表,并在其中添加一些条目,然后才能做其他事。
Now you must create a table within this database and specify how many fields the table should contain (a field is analogous to a column).
现在您必须在数据库中创建一个表,并指定该表中应该包含哪些字段(字段与列类似)。
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完成。
Often, you may need to create database objects such as databases, tables, or table Spaces to address incoming business requirements.
为了满足业务需求,常常需要创建数据库对象,比如数据库、表或表空间。
Now, you'll want to connect to the database and create a table with the following definition.
现在,需要连接到数据库,并用下面的定义创建一个表。
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语句后面添加一个子句,以指定将表放在哪个数据库中。
Before running the job, perform the steps in Listing 1 to create the database and table in your DB2 database.
在运行作业以前,执行清单1中的步骤以便在DB 2数据库中创建数据库和表。
Now that you have successfully created the database, you need to create a parts table.
既然已成功创建了数据库,现在需要创建零件表。
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类型列创建数据库表。
Create the desired database, schema, and table on the new server.
在新服务器上创建想要的数据库、模式和表。
Create the DB2 database and table using the following commands.
可以使用下列命令创建DB 2数据库和表。
Next, start the MySQL server, and create the database "crm" and the table "owner" as shown in Listing 7.
接下来,启动MySQL服务器,并按照如 清单7所示的方式创建数据库“crm”和表“owner”。
This example shows how to create a table (tab_new) in the testdb database.
该示例将展示如何在数据库testdb中创建表tab_new。
You need to create a new database table, which is required to store the special interest groups a customer might be interested in.
需要创建一张新数据库表,在存储客户可能感兴趣的特殊兴趣组时它是必需的。
Connect to DB2 database and create the test table using the following commands.
连接到DB 2数据库并使用以下命令创建测试数据表。
Connect to DB2 database and create the test table using the following commands.
连接到DB 2数据库并使用以下命令创建测试数据表。
应用推荐