What is the xml data type?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the xml data type?
Rating:
The xml data type is a built-in data type in SQL Server 2005. As with other built-in data types such as int and varchar, a user can define the xml data type on a column when he creates a table. The xml data type can be used as a variable type, a parameter type, or a function-return type. It allows a user to store XML documents and fragments in SQL Server 2005. An xml data type column can store up to 2GB data.
Rating:
Was this information helpful?
Other articles
- How to create a Web Setup package?
- What is an operator?
- What is COUNT function?
- What is enterprise policy?
- How to use the MemoryStream class?
