To copy column definitions, follow these steps:
- On the SUPPLIER Table Properties or the New Table window, click Browse.
- On the Browse Tables window, expand SAMPLELIB.
- Click INVENTORY_LIST. The columns in that
table are listed, along with their data type, size, and description.
- Select ITEM_NUMBER.
- Click Add to copy this column definition
to table SUPPLIERS.
- 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 |