Home »
MCQs »
SQL MCQs »
SQL Data Types MCQs
Which of the following is SQL Server String Data Type?
7. Which of the following is SQL Server String Data Type?
- ntext
- binary(n)
- varbinary
- All of the above
Answer: D) All of the above
Explanation:
SQL Server String Data Types are ntext, binary(n), and varbinary.