Which three statements are true about table data storage in an Oracle Database? (Choose three.)
Which three files are used by conventional path SQL*Loader when the TABLE option is not specified? (Choose three.)
You execute this query:
SELECT TO_CHAR(NEXT_DAY(LAST_DAY(SYSDATE), 'MON'), 'dd ''Monday for'' fmMonth rrrr')
What is the result?
Examine the description of the SALES1 table:
SALES2 is a table with the same description as SALES1.
Some sales data is duplicated in both tables.
You want to display the rows from the SALES1 table which are not present in the SALES2 table.
Which set operator generates the required output?
Examine the description of the PROMOTIONS table:
You want to display the unique promotion costs in each promotion category.
Which two queries can be used? (Choose two.)