create a table on sales of a shop , include field in the table like sale ID ,order amount ,client ID ,date of sale and time of sale.
please give me step to do the above task
please write the steps only
on database ms access
Attachments:
Answers
Answered by
1
#BAL #answerwithquality
Explanation:
IN MySQL:
CREATE TABLE Sales(SalesID int, Order Amount int, ClientID int, Date of Sale date, Time of Sale time);
Similar questions