1Z0-082 Exam Question 46
Which three statements are true about dropping and unused columns in an Oracle database? (Choose three.)
1Z0-082 Exam Question 47
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
1Z0-082 Exam Question 48
You execute this query:
SELECT TO_CHAR(NEXT_DAY(LAST_DAY(SYSDATE), `MON'), `dd "Monday for"
fmMonth rrrr')
What is the result?
SELECT TO_CHAR(NEXT_DAY(LAST_DAY(SYSDATE), `MON'), `dd "Monday for"
fmMonth rrrr')
What is the result?
1Z0-082 Exam Question 49
Which three statements are true regarding indexes? (Choose three.)
1Z0-082 Exam Question 50
Which two statements are true about the DUAL table? (Choose two.)
