If you like this video please
like share , subscribe and comment down below..
if you have any suggestion or doubt this video.
Script:
create table emp(id int identity,name varchar(10),salary int)
insert into emp values('ram',100)
insert into emp values('shyam',100)
insert into emp values('john',120)
insert into emp values('shubham',130)
insert into emp values('yash',140)
insert into emp values('karan',140)
insert into emp values('Neha',140)
insert into emp values('vabna',150)