Oracle Database Administration I — Question 43

Which two statements are true about single row functions? (Choose two.)

Answer options

Correct answer: C, E

Explanation

The correct answer is C and E because TRUNC can indeed operate on both NUMBER and DATE data types, while CEIL can be used on both positive and negative numbers. The other options are incorrect as MOD does not return the quotient but the remainder, FLOOR returns the largest integer less than or equal to a number, and CONCAT is limited to combining two values rather than any number.