As shown in Listing 16, create a tablespace with one container named cont1.
如清单16所示,用名为cont1的容器创建表空间。
IMPORTANT: For DB2, you must create an additional regular user tablespace with a page size of 16 KB.
重点:对于DB2,必须创建一个额外的、页面大小为16 KB的常规用户表空间。
The following example shows how to create or alter a tablespace to use this option.
下面的例子展示了如何创建或修改表空间,以便使用NO FILE SYSTEM CACHING选项。
And if you want to create a table space named MY_SPACE1 in this database, simply execute a create TABLESPACE statement that looks like this.
如果您想创建一个名为MY _ SPACE1的表空间,只需执行如下所示的CREATE tablespace语句。
Create a table named table1 in the cont1 tablespace, as shown in Listing 17.
在cont1表空间中创建名为table1的表,如清单17所示。
Create a table named table1 in the cont1 tablespace, as shown in Listing 17.
在cont1表空间中创建名为table1的表,如清单17所示。
应用推荐