Home »
MCQs »
SQL MCQs »
SQL Comments, Group By, Cast Function MCQs
In order to convert the expression from one to another data type, which SQL Function is used?
3. In order to convert the expression from one to another data type, which SQL Function is used?
- CONVERT
- CHANGE
- CAST
- TRANSIT
Answer: C) CAST
Explanation:
In order to convert the expression from one to another data type, SQL CAST Function is used.