These topics explain loading tables, fast recovery, and
backup and restore of table types.
Loading of data into a table
You can use the CREATE RAW TABLE statement to create a
RAW table or use the ALTER TABLE statement to change a STANDARD table
to RAW before loading the table. After you load the table, run UPDATE
STATISTICS on it.