The ins_table.sql command file

The following command file inserts one row into the sports table that the c_table.sql command file created:
INSERT INTO sports
   VALUES (0,18,'PARKR', 'Parker Products', '503-555-1212',
   'Heavy-weight cotton canvas gi, designed for aikido or
   judo but suitable for karate. Quilted top with side ties,
   drawstring waist on pants. White with white belt. 
   Pre-washed for minimum shrinkage. Sizes 3-6.');

Copyright© 2019 HCL Technologies Limited