I\'m trying to make sure when I run the following query only the first INSERT INTO will work.. I know I have to make slot UNIQUE
INSERT INTO
slot
UNIQUE
Add to your ddl
create table ... ( ... ..., unique(slot, player));