Periodic Table Database - Build a Periodic Table Database

Tell us what’s happening:

I am stuck on getting my checker to recognise
You should add the element with atomic number 9 to your database. Its name is Fluorine, symbol is F, mass is 18.998, melting point is -220, boiling point is -188.1, and it’s a nonmetal

You should add the element with atomic number 10 to your database. Its name is Neon, symbol is Ne, mass is 20.18, melting point is -248.6, boiling point is -246.1, and it’s a nonmetal

my SQL dump

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.6 Safari/605.1.15

Challenge Information:

Periodic Table Database - Build a Periodic Table Database

So after few hours of trying everything yesterday where I checked other forum posts and nothing worked I gave up. But this morning I deleted both rows and added them again and now it all works, so I am not sure why same thing did not work yesterday as I tried it then too but I can say that this is sorted now, my atomic number is decimal and points are numeric and did not use any varchar options for those three.

1 Like