Multiple-row operators in SQL are IN, ANY, ALL, EXISTS, and their negations (NOT IN, etc.). OF is not a valid SQL operator - it's not listed among single-row operators (=, !=, <, >, <=, >=) or multiple-row operators. Option A (IN), C (ALL), and D (ANY) are all valid multiple-row operators.