INSERT INTO games(id, name, is_coop) VALUES (1, 'Portal 2 - Singleplayer', false), (2, 'Portal 2 - Cooperative', true);