InterviewSolution
Saved Bookmarks
| 1. |
A column of type __________ may contain rows of different data types.(a) ntext(b) date(c) smallmoney(d) sql_variantI got this question in semester exam.I'm obligated to ask this question of Data Types in section Laying the Foundation of SQL Server |
|
Answer» CORRECT CHOICE is (d) sql_variant To elaborate: sql_variant is data type that STORES values of various SQL Server-supported data types. |
|