INSERT INTO tb_survey_responses (
response_id,
survey_id,
respondent_id,
submitted_at
) VALUES (
#{responseId, jdbcType=OTHER},
#{surveyId, jdbcType=OTHER},
#{respondentId, jdbcType=OTHER},
#{submittedAt}
)
DELETE FROM tb_survey_responses
WHERE response_id = #{responseId, jdbcType=OTHER}