solve this question urgently
Attachments:

Answers
Answered by
1
Answer:
create table salesperson
(SCODE decimal(6) PRIMARY KEY,
firstname varchar(30) NOT NULL,
lastname varchar(30) NOT NULL,
city varchar(30),
sales decimal(8));
insert into salesperson
values(101, 'tina', 'singh', 'gr_noida', 1003);
insert into salesperson
values(102, 'Rina', 'singh', 'noida', 2003);
hope this will help you
Similar questions
English,
7 months ago
India Languages,
7 months ago
Chemistry,
7 months ago
Math,
1 year ago
Math,
1 year ago
Accountancy,
1 year ago