Q51 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?
- (A). WHERE (UPPER(cust_last_name) LIKE INITCAP(‘A’) OR UPPER(cust_last_name) LIKE INITCAP(‘B’)) AND ROUND(cust_credit_limit) < ROUND(1000);
- (B). WHERE UPPER(cust_last_name) BETWEEN UPPER(‘A%’ AND ‘B%’) AND ROUND(cust_credit_limit) < 1000;
- (C). WHERE UPPER(cust_last_name) IN (‘A%’, ‘B%’) AND cust_credit_limit < 1000;
- (D). WHERE (UPPER(cust_last_name) LIKE ‘A%’ OR UPPER(cust_last_name) LIKE ‘B%’) AND ROUND(cust_credit_limit) < 1000;
- (E). WHERE (INITCAP (cust_last_name) LIKE ‘A%’ OR INITCAP(cust_last_name) LIKE ‘B%’) AND cust_credit_limit < 1000;
Xem thêm:
- Cơ Chế Đồng Thuận Trong Pi Network
- Q166 Which query produces output for CUST_LAST_NAME containing Oder for the first row and Aus for the second?
- Sử Dụng Bitcoin Trong Giao Dịch Ngang Hàng (P2P): Cách Hoạt Động và Ứng Dụng Thực Tiễn
- Tương Lai của Bitcoin: Liệu Bitcoin Có Trở Thành Tiền Tệ Toàn Cầu?
- Schema trong database là gì?

YITH WooCommerce Quick View Premium
Porto | Multipurpose & WooCommerce Theme
YITH Product Size Charts for WooCommerce Premium
Avada Theme
Elementor PRO và Pro Templates
Betheme 27.2.12
The7 - Ultimate Website & Online Store Builder for WordPress and WooCommerce