INSERT INTO cscart_seo_names (
  `name`, `type`, `object_id`, `dispatch`, 
  `lang_code`, `path`
) 
VALUES 
  (
    'the-official-sat-study-guide-second-edition-tm', 
    'p', 46, '', 'en', '219/221'
  ) ON DUPLICATE KEY 
UPDATE 
  `name` = 'the-official-sat-study-guide-second-edition-tm', 
  `type` = 'p', 
  `object_id` = 46, 
  `dispatch` = '', 
  `lang_code` = 'en', 
  `path` = '219/221'

Query time 0.00017