I have been wondering if having nonclustered index on the join would improve performance?? like
INNER JOIN FaceList fl ON fl.FaceListID = flf.FaceListID
in above join can I get performance benefit when I have nonclustered index on FaceListID since its unique combination and return a definite result
Any link or suggestion is appreciated