Computer Science, asked by kush281003, 9 months ago

write SQL commands to insert the following data ​

Attachments:

Answers

Answered by vijay2019
1

Answer:

create table members (MCODE NUMBER (6),MNAME VARCHAR(12),SEX CHAR(1),AGE NUMBER (3),FEES NUMBER (7,2), TYPE VARCHAR(10),REMAKS VARCHAR (10) );

Similar questions