CREATE TABLE employees (
employee_id INT,
first_name varchar (50),
last_name VARCHAR (50),
hourly_pay DECIMAL (5, 2),
hire_date DATE,
);
Here is a picture from the software
Hi there, I’m a new here, trying to learn SQL in MySQL Workbench with the help of Youtube but I don’t know why am i getting this type of error, what’s wrong here?
https://www.youtube.com/watch?v=5OdVJbNCSso&list=LL&index=1&t=639s&ab_channel=BroCode BTW, This is the youtube course that i’m learning from….
New contributor
Oded Rubin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.