insert into <@PREFIX@>term_taxonomy
(
term_id,taxonomy,description,parent,count
)
values(<@KEY@>,'product_cat','<@SDESCRIPTION@>',0,0)
@@GO@@

 