error: You have an error in your SQL syntax when creating table in mysql

Questionserror: You have an error in your SQL syntax when creating table in mysql
sethbeckerman5 Staff asked 4 years ago

I know what a syntax error is but cannot find any error when creating this table:
my code

and the error I'm getting

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 'supplier ( branch_id INT, supplier_name VARCHAR(40), supply_type ' at line 1


View on Stack Overflow