How do you enable parallelism in a dynamic SQL statement? seenagape 11 years ago How do you enable parallelism in a dynamic SQL statement? A.BIND with DEGREE(1) B.BIND with DEGREE(ANY) C.Use SET CURRENT DEGREE = ANY D.Use SET CURRENT DEGREE = ‘1’ Explanation: ← Previous question Next question →