Q53 Examine this description of the TRANSACTIONS table:

Which two SQL statements execute successfully? (Choose two.)
- (A). SELECT customer_id AS “CUSTOMER-ID”, transaction_date AS DATE, amount + 100 “DUES” FROM transactions;
- (B). SELECT customer_id AS “CUSTOMER-ID”, transaction_date AS “DATE”, amount + 100 DUES FROM transactions;
- (C). SELECT customer_id AS CUSTOMER-ID, transaction_date AS TRANS_DATE, amount + 100 “DUES AMOUNT” FROM transactions;
- (D). SELECT customer_id CUSTID, transaction_date TRANS_DATE, amount + 100 DUES FROM transactions;
- (E). SELECT customer_id AS ‘CUSTOMER-ID’, transaction_date AS DATE, amount + 100 ‘DUES AMOUNT’ FROM transactions;
Xem thêm:
- Sử dụng lệnh Watch trong Linux | Use Watch command in Linux
- Q12 Which table or set of tables will exist after the Flashback operation has completed?
- Install Oracle Database | Cài đặt Oracle database 19C trên Oracle linux
- Các Loại Blockchain: Public, Private, Consortium, Và Hybrid
- AI trong nông nghiệp: Tăng năng suất và tối ưu hóa quy trình
