Hello,
I have started the Relational Database Certification and everithing was all right until I reached the foreign keys test . I have checked if everything is correct again and again, and as I didn´t find any error I assume is a test error.
I would like to share the Database’s structure with you guys. I’d really appreciate some help me to find what is wrong here .
These are the test that I can not pass:
- Each “star” should have a foreign key that references one of the rows in galaxy.
- Each “planet” should have a foreign key that references one of the rows in star.
- Each “moon” should have a foreign key that references one of the rows in planet.
This is how i structured relations in the Database to pass the tests:
I hope any of you can help me guys!
Cheers from Spain to the whole freeCodeCamp comunity!