Specify the logical sbspace name
The following example creates a virtual table in the previously
created vspace1:
CREATE TABLE tab1(...)
IN vspace1
USING your_access_method
If you do not intend to specify an sbspace explicitly in the CREATE TABLE statement, specify a default sbspace.
The following example
also creates a virtual table in the sbspace that SBSPACENAME specifies:
CREATE TABLE tab1(...)
USING your_access_method