SQL Questions Practical File
SQL Questions Practical File
INSERTING VALUES
insert into Product2 values ('P01','Washing Powder',120,'Surf');
insert into Product2 values ('P02','Toothpaste',54,'Colgate');
insert into Product2 values ('P03','Soap',25,'Lux');
insert into Product2 values ('P04','Toothpaste',65,'Pepsodent');
insert into Product2 values ('P05','Soap',38,'Dove');
insert into Product2 values ('P06','Shampoo',245,'Dove');
OUTPUT:-