Create procedure dbo.ap_Eq!dByMakeModel_List @chvMake varchar(50), @chvModel varchar(50)as select Eqld from dbo.Equipment where Make = @chvMake and Model = @chvModel
Also check these SQL Server 2005 test papers, these are one of most attempted test paper in this category.