A CAST command (symbol) will force a value to be output as a certain datatype. Which of the following code samples will result in the "nickname" being output using the VARCHAR datatype?
A. CAST(nickname AS INTEGER)
B. CAST(nickname AS DATE
C. VARCHAR(nickname)