InterviewSolution
Saved Bookmarks
| 1. |
______________ is monetary data type in SQL Server.(a) Smallmoney(b) sql_variant(c) Cursor(d) None of the MentionedThe question was asked in my homework.The query is from Data Types topic in division Laying the Foundation of SQL Server |
|
Answer» CORRECT choice is (a) Smallmoney Explanation: Monetary data types are data types that REPRESENT monetary or currency values such as smallmoney and money. |
|