Plz explain how to solve this???
Attachments:
Answers
Answered by
0
Create table CUSTOMER (Order_ID char(6), Cust_Name varchar(20), Cust_ADD varchar(30), Phone decimal, Sale_Date date);
This code above will create the structure of your table in MySQL.
06032003z:
But how, we are told to write it in textual form.
Similar questions