Which element belongs in the blank if you want to display da…
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’))
Read Details