Examine the description of the CUSTOMERS table:
WHERE (INITCAP(cust_last_name) LIKE ‘A%' OR ITITCAP(cust_last_name) LIKE ‘B%') AND cust_credit_limit < 1000
WHERE UPPER(cust_last_name) BETWEEN UPPER('A%' AND 'B%’) AND ROUND (cust_credit_limit) < 1000;
WHERE (UPPER(cust_last_name) LIKE 'A%’ OR UPPER(cust_last_name) LIKE ‘B%’) AND ROUND(cust_credit_limit) < 1000;
WHERE (UPPER(cust_last_name) like INITCAP ('A') OR UPPER(cust_last_name) like INITCAP ('B')) AND ROUND(cust_credit_limit) < ROUND(1000) ;
© Copyrights DumpsEngine 2026. All Rights Reserved
We use cookies to ensure your best experience. So we hope you are happy to receive all cookies on the DumpsEngine. Accept