Oracle Database 11g: SQL Fundamentals I — Question 15

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

Answer options

Correct answer: B, D

Explanation

The correct answers are B and D. Option B is accurate because single row functions indeed return one result for each row in the table. Option D is also correct since these functions can return different data types than those of the input. Options A, C, and E are incorrect as they misrepresent the capabilities and flexibility of single row functions.