Dms
create table customer(id int, name varchar(10), city varchar(10),age int ,salaryint);insert into customer values(1,'ravi','br',12,100);