Which two are true about implicit data type conversion? (Choose two.)
RAW data types are always implicitly converted to a CLOB when used in a query.
Collections can be implicitly converted to records.
ROWIDS are always implicitly converted to a number when used in a query.
Comparison between character value and a number value always implicitly converts the character value to the number data type.
Implicit data type conversion can negatively impact performance.
Submit