Computer Science, asked by raju3447, 1 year ago

answer the above mentioned question, I will mark you as brainlist?​

Attachments:

Answers

Answered by siddhartharao77
6

Sample SQL Query:

create table Demo(Emp_no char(10) constraint con primary key , Name varchar(25), Salary float, Department varchar(15));

insert into Demo values('A', 'B', 120.5,'Heaven');

insert into Demo values('D','E",130.7,'Hell');

Hope it helps!

Similar questions