Multiple choice technology databases Cast function converts datatypes.... True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation CAST is a SQL function that converts an expression from one datatype to another. For example, CAST('123' AS NUMBER) converts a string to a number. It's standard SQL syntax available in Oracle.