You have already completed these exercises!
Do you want to take them again?
You completed the MySQL CREATE TABLE Exercises from W3Schools.com
Share on:
Drag and drop the correct SQL keywords and column names to create a table named 'Customers' with columns 'Name', 'ID', and 'Address'.
( varchar(255), int, varchar(255) );
Customers
Name
ID
Address
CREATE TABLE