Tell us what’s happening:
Trying to delete a row from the table and I followed the directions and hints and have no response for errors or completed correctly. I copied and pasted the hints, and re-entered the login information. I reloaded the page, and I even added two extra spaces hoping for an error. Nothing.
DELETE FROM table_name WHERE condition;
Remove Luigi from your table. The condition you want to use is username=‘Luigi’.
- Try entering DELETE FROM second_table WHERE username=‘Luigi’;
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36
Challenge Information:
Learn Relational Databases by Building a Mario Database - Build a Mario Database