Fiz o passo a passo dessa aula e apareceu o seguinte erro
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CATEGORIA_ID = 1' at line 1
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CATEGORIA_ID = 2' at line 1
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'CATEGORIA_ID = 3' at line 1
+----+----------+------------------+--------------+
| id | nome | descricao | CATEGORIA_ID |
+----+----------+------------------+--------------+
| 1 | NOTEBOOK | NOTEBOOK SAMSUMG | 1 |
| 2 | Mouse | Mouse sem fio | 2 |
| 18 | Comoda | Comoda vertical | 3 |
+----+----------+------------------+--------------+
minha tabela do banco de dados
os codigos estão identicos ao do professor.