Specify the physical location for external storage
As an alternative to the extspace name, a CREATE TABLE statement can directly specify a quoted string that contains the external location.
CREATE TABLE tab1(
col1 INTEGER,
col2 INTEGER)
IN "location_specifier"
USING your_access_method