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.