Chapter 5. Export and Import with DB2 distributed 85
Name or alias of target table or a view. If the table already exists, data can be appended or
replaced. If the target table does not exist, it can be created by the Import utility provided
that the source file type is PC/IXF.
When working with typed tables, you may need to provide the method or order by which to
progress through all of the structured types. The order of proceeding top-to-bottom,
left-to-right through all of the supertables and subtables in the hierarchy is called the
traverse order. This order is important when moving data between table hierarchies,
because it determines where the data is moved in relation to other data.
You can use the Import utility to recreate a table ...