Oracle Database: Advanced PL/SQL — Question 53

Which two are true about implicit data type conversion? (Choose two.)

Answer options

Correct answer: D, E

Explanation

Answer D is correct because implicit conversions occur to match data types during comparisons, specifically converting character values to numbers as needed. Answer E is also correct as these conversions can introduce overhead, potentially leading to performance issues. The other options are incorrect because they misrepresent the behavior of data type conversions in SQL.