Examine this description of the TRANSACTIONS table:

Which two SQL statements execute successfully? (Choose two.)
SELECT customer_id AS “CUSTOMER-ID”, transaction_date AS DATE, amount + 100

Which two SQL statements execute successfully? (Choose two.)
SELECT customer_id AS “CUSTOMER-ID”, transaction_date AS DATE, amount + 100
Correct Answer: A,C