Which of the following conversions is NOT allowed either implicitly or explicitly using CONVERT
OR CAST?

A.
varchar to decimal
B.
decimal to bit
C.
date to varchar
D.
datetime to text
Explanation:
There are very few conversions which are allowed to the Text data type. They include varchar, char,
nchar, nvarchar and ntext. Converting datetime to text is not an allowed conversion using either
CAST or CONVERT.