The upd_table.sql command file
The following example updates the sports table
that the c_table.sql command file created:
UPDATE sports
SET phone = '808-555-1212'
WHERE mfg_code = 'PARKR';