show your data as followsdeclare @prashant table(Faculty varchar(50), Topics varchar(50), Contribution decimal(10,2), learning decimal(10,2), Intellectual decimal(10,2), Effectiveness decimal(10,2))insert into @prashantSELECT 'PRASHANT', 'ASP.NET', 7.9, 7.8, 7.8, 8.1UNIONSELECT 'TARUN', 'SQL', 7.7, 7.8, 7.9, 7.7UNIONSELECT 'MAYUR', 'VB.NET', 7.9, 7.9, 7.9, 7.8UNIONSELECT 'RAJIV', 'HTML', 7.3, 7.2, 7.0, 7.2 select * from @prashant
and then show us result you want. the example you have given does not show any data below 3 and above 10<><><><><><><><><><><><><><><><><>If you don't have the passion to help people, you have no passion