The DUAL table in Oracle is a special table with one row and one column (DUMMY, value 'X'). It DOES support arithmetic calculations (SELECT 1+2 FROM DUAL) and DOES support date retrieval (SELECT SYSDATE FROM DUAL). Therefore option C is NOT true, making it the correct answer to the question.