SQL SYNTAX ERROR
IM STUCK
Hi Lily,
It looks like there's a couple issues with your code:
1. In your CREATE TABLE statement, the name field is being set as both a TEXT and an INTEGER. You only need the TEXT part for that column.
2. In the INSERT INTO statement, there's an extra comma at the end of the values list just after the closing quotation mark.
I hope this helps!
Please sign in to leave a comment.