Use this SQL code:
Code:
Insert into PRODUCT
    (MAKER, MODEL, TYPE)
    values ('Z', '4001', 'Printer');
Repeat for the other values you want to insert.