Learn Relational Databases by Building a Mario Database

I’m stuck on the part where I had to delete the <second_table> by using the DROP command. I did so but I’m receiving an error saying " (“second_table” should have a column named “name”.). "

Is there anything I’m doing wrong? It’s saying that the second_table should have a column named “name” yet it should not be there as we dropped it earlier.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.