Choose the datatypes not supported by Oracle
-
timestamp
-
varchar
-
datetime
-
number
-
raw
C
Correct answer
Explanation
Oracle does not support the 'datetime' data type - it uses 'date' for date/time values and 'timestamp' for higher precision. Varchar, number, timestamp, and raw are all valid Oracle data types. This is a common source of confusion for developers migrating from other databases.