Ok, so the assignment is to delete rows in a table that consist of employee ids 202 - 205
I input the following code:
delete from sec0412_foods
where employee_id between '202'
and '205';
And then I come across this error:
Where am I making a mistake? I am just a beginner and I'm bleeding out my nose here trying to force my brain to get it but no!![]()