Examine the description of the CUSTOMERS table:
You need to display last names and credit limits of all customers whose last name starts with A or B in lower or upper case, and whose credit limit is below 1000.
Examine this partial query:
SELECT cust_last_name, cust_credit_limit FROM customers
Which two WHERE conditions give the required result?
ogi33
7 months, 1 week agoyaya32
9 months, 3 weeks agolucemqy
12 months agojm9999
1 year, 1 month agowi11111
1 year, 3 months agoShrimathi
1 year, 3 months agozouve
1 year, 4 months agoOrxan_H
1 year, 4 months agokesammy9
1 year, 8 months agotonII20II
1 year, 8 months ago