Three complementary CREATE TABLE options.
三个互补的CREATE TABLE选项。
For the create table statement this is desirable.
对于create table语句而言,这是一种理想状况。
You can use its create table wizard, as shown in Figure 1.
可以使用它提供的创建表向导,如图 1 所示。
And obviously, the CREATE TABLE doesn't return anything.
显然,CREATE TABLE没有返回任何东西。
You define a partition key for a table on the CREATE TABLE statement.
要在CREATE TABLE语句中指定表的分区键。
Every CREATE TABLE statement includes a primary_key and seq column.
每个CREATE table语句都包括一个primary_key和seq列。
Please note the syntax for CREATE TABLE remains the same as before.
请注意CREATE TABLE的语法仍然和以前一样。
A partitioning key is defined on a table with the CREATE table statement.
分区键是在一个表上用CREATE table语句定义的。
Notice in Listing 10, the SQL statement create table PURCHASE_ORDERS.
注意清单10中的sql语句create table PURCHASE_ORDERS。
The page size is not directly specified on the CREATE TABLE statement.
页宽不是在CREATE table语句中直接指定的。
You can use this dialog to build a subsection of the SQL CREATE TABLE command.
可以使用该对话框构建SQLCREATE TABLE 命令的子区段。
The CREATE table statement now provides three ways to group data in a database table.
CREATE table语句现在提供了三种方式来组织数据库表中的数据。
The check constraints view allows you to create table check constraints for the table.
允许您为表创建表检查约束。
The Check constraints view allows you to create table check constraints for the table.
Checkconstraints视图允许为表创建表检查约束。
You can also create your own conversion tables using the Create Table (CRTTBL) command.
您还可以使用Create Table(CRTTBL)命令创建自己的转换表。
The partition level INDEX in clause is specified in the CREATE TABLE statement, or.
语句create TABLE中指定了分区级别的INDEXin子句,或者。
While the create table space operations are running, execute the following script from another session.
在执行创建表空间的操作时,从另一会话执行下列脚本。
The most interesting thing in the CREATE TABLE statement shown is the several foreign_key_* columns.
所示的 CREATE TABLE语句中最有意思的是几个 foreign_key_*列。
Next, we have to create the inner table.
接下来,我们必须要创建内部表格。
Next, we create a table object.
接下来,创建一个表格对象。
This is where you will create the database table.
这就是您要创建数据库表的位置。
Create the table space in the database partition group.
创建数据库分区组内的表空间。
首先,创建一个表。
Now look at how you can create a table to display this same data.
现在看看您如何创建一个表格来显示同样的数据。
This will create the table in the database.
这会在数据库中创建一个表。
It's time to create another table, this time for comments.
现在要创建另一个表,这次是用于评论的表。
You can specify an existing table space or create a new table space.
您可以指定一个现有的表空间,也可以创建一个新的表空间。
After the database is created, you'll create a table, then add some columns.
在创建数据库之后,将创建一个表,然后添加一些列。
Next, execute the statement in Listing 6 to create the table.
接下来,执行清单6中的语句创建表。
Create the table in the table space.
在表空间内创建表。
应用推荐