Build a Database of Video Game Characters

Step

Last step of the project where i should join character_actions + characters + actions tables together

What i did

I ran `SELECT * FROM character_actions FULL JOIN characters ON character_actions.character_id = characters.character_id FULL JOIN actions ON character_actions.action_id = actions.action_id;`

Problem and what i tried

The test didn’t run automatically so i tried to run it manually but its failing everytime saying something about viewing all data by joining. I hit reset but now lost connection of some sort between my CodeRoad workshop and my terminal