It Sets the maximum number of processors the query processor can use to execute a single index statement. Fewer processors may be used depending on the current system workload.check out See Rickie Lee's blog on parallelism and CXPACKET wait type. code example :
SELECT *FROM test t,WHERE t.CourseID= 5ORDER BY t.LessonWeekDayoption (MAXDOP 1)