I have just started trying to learn SQL with the lessons on codeacademy, but I am coming up with a ‘no such table error’ and I am not sure if it is something I am doing wrong or a bug in the system.
In the ‘writing queries’ lesson, the idea is that you go through several databases to learn how to write queries. Everything is fine for the first babies table, but when I try to write queries for the nomnom table (i.e. the restaurants table), it tells me there is no such table as nomnom, even if I copy and paste the code from the hint and run it.
Has the lesson got the name of the table wrong? Am I meant to remove the babies table and then load the nomnom table somehow? There is no instruction in the lesson how to do this