Celestial Bodies Database - Build a Celestial Bodies Database

Tell us what’s happening:

So the problem I’m having in the celestial bodies database is that the VM shows two conditions are still not satisfied:
1)Each table should have at least three rows.
2)Each primary key column should follow the naming convention table_name_id. For example, the moon table should have a primary key column named moon_id.
Even though, I have verified that each table has more three rows and the primary keys are named correctly. Still even after I press the run button it doesn’t clear them.

###Your project link(s)

solution: GitHub - Asjad-Ikram/Freecodecamp-Universe-Database-Repo: A public repo which contains the sql dump file for the freecodecamp celestial bodies database project

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36

Challenge Information:

Celestial Bodies Database - Build a Celestial Bodies Database

can you share your full schema and the contents of all your tables here?