/* Matches (1) */ INSERT INTO titles VALUES(DEFAULT, 'tv', 69478, 0, 'The Handmaid''s Tale', 'Set in a dystopian future, a woman is forced to live as a concubine under a fundamentalist theocratic dictatorship.', '', '', 'the-handmaids-tale-tv', 'https://image.tmdb.org/t/p/w185/eGUT7j3n3rn5yGihlCgwUnD70HV.jpg', '', 'en', '2017-04-26', NOW(), NOW()); SET @last_id_titles = LAST_INSERT_ID(); INSERT INTO title_movies VALUES(DEFAULT, @last_id_titles, '', '');