Multiple choice technology databases

Cast function converts datatypes....

  1. True

  2. 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.