DB2 uses the syntax 'FETCH FIRST 10 ROWS ONLY' to limit query results. This must be placed at the end of the SELECT statement after the ORDER BY clause if sorting is needed. Options A, B, and C use incorrect keywords or word order that don't match DB2 SQL syntax.