Write MySQL command for creating a table "Members" whose structure is given below :
Attachments:
Answers
Answered by
1
CREATE TABLE "member"(Mem_number integer 4 primary key,name varchar 20,birthdays date ,amount integer 8 not null, a dress varchar 20,phone no varchar 10);
Similar questions
Geography,
5 months ago
Math,
5 months ago
Math,
5 months ago
Computer Science,
11 months ago
Math,
1 year ago