Cannot create my tables due to an error from foreign key – Mysql
I got this error from mysql its not creating my table as suppose since there is an error from it the code is the following CREATE TABLE customers ( customer_number INT PRIMARY KEY, name VARCHAR(20) NOT NULL, address VARCHAR(60) NOT…