Copy column definitions

To copy column definitions, follow these steps:
  1. On the SUPPLIER Table Properties or the New Table window, click Browse.
  2. On the Browse Tables window, expand SAMPLELIB.
  3. Click INVENTORY_LIST. The columns in that table are listed, along with their data type, size, and description.
  4. Select ITEM_NUMBER.
  5. Click Add to copy this column definition to table SUPPLIERS.
  6. Close the Browse Columns window.
Add the last two columns for table SUPPLIERS with the following values:
Column name Type Length Precision Scale Nullable Default value
SUPPLIER_NUMBER CHAR 4     No 0
SUPPLIER_COST DECIMAL   8 2 Yes NULL