Select from following answers:- INT
- VARCHAR
- DATETIME

- DECIMAL
- All Above
The CHOOSE logical function introduced in SQL Server 2012 returns the data type with the highest precedence from the set of types passed to the function. Here DATETIME has the highest precedence than others
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator