I wrote the same command that is the sql file and it did not work
I wrote the same command in the sql file and it did not work
Create Table customers
(
customer_id int
first_name varchar (255),
last_name varchar (255),
email_address varchar (255),
number_of_complaints int,
Primary Key (customer_id)
);
it gave me an error in my syntax
I found the problem I forgot to put a comma after customer_id int
Hi Maxime!
Thanks for reaching out.
Thank you for letting us know you can proceed with the course!
Good luck and please feel free to post another question should you encounter any difficulties. Thank you.
Hope this helps.
Best,
Martin
I am having difficulty executing the rest of the codes in the sql file when I type them in mysql workbench in the Primary key exercise. I left two questions earlier and wanted to know the purpose of numeric function.
Hi Maxime!
Thanks for reaching out.
Please accept our apologies for not having replied to your questions. Will get back to them right after replying to the one you asked here.
Can you please support your question with the code you've executed, as well as with a screenshot containing the entire error message? Only then will we be able to provide a specific answer. Thank you.
Looking forward to your reply.
Best,
Martin