Typo
This commit is contained in:
parent
dd1781fa71
commit
cd11effb42
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
CREATE TABLE IF NOT EXISTS customers (
|
||||
customer_id INT PRIMARY KEY,
|
||||
customer_name VARCHAR(50) NOT NULL,
|
||||
customer_address VARCHAR(50) NOT NULL,
|
||||
customer_address VARCHAR(50) NOT NULL
|
||||
);
|
||||
|
||||
-- Orders from customers.
|
||||
|
|
Loading…
Reference in a new issue