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
Hindi,
5 months ago
Geography,
5 months ago
Math,
10 months ago
Math,
10 months ago
Accountancy,
1 year ago