Examine this description of the TRANSACTIONS table
Which two SQL statements execute successfully?
A.SELECT customer id CUSTID, transaction date TRANS DATE, amount+ 100 DUES FROM正确答案AD
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 DATE, amount +
100 ‘DUES’ FROM transactions D.SELECT customer id AS "CUSTOMER-ID ", transaction date As "DATE”, amount +100
DUES FROM transactions E.SELECT customer id AS CUSTOMER-ID, transaction date As TRANS DATE, amount
100 " DUES AMOUNT " FROM transactions