Tell us what’s happening:
Hey FreeCodeCamp
I am facing issues in the RPG character build SQL section. Around the 82% of completing the task the DB is just not getting the entry and it is not letting me past to the next task on section " INSERT INTO actions(action) VALUES(‘run’);"
Task:
The actions table won’t have any foreign keys. It’s going to have a “many-to-many” relationship with the characters table. This is because many of the characters can perform many actions. You will see why you don’t need a foreign ke
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Safari/537.36
Challenge Information:
Build a Database of Video Game Characters - Build a Database of Video Game Characters