Multiple Choice
Which element belongs in the blank if you want to display data from all rows with a credit limit greater than the credit limit of one or more category B cardholders? WHERE (CREDIT_LIMIT > _____ (SELECT CREDIT_LIMIT FROM CARDHOLDER WHERE CATEGORY = 'B') )
A) ANY
B) ALL
C) UNION
D) INTERSECT
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q4: What is the benefit of using an
Q5: You can use the EXISTS operator to
Q6: In a nested query, the outer query
Q7: Nina is writing a MySQL query to
Q8: When using a DBMS without an optimizer,
Q10: What steps should you take to construct
Q11: You can use the ALL and ANY
Q12: To retrieve data from multiple tables in
Q13: You create an alias by typing the
Q14: You can use the IN operator to