Using the depts document

The depts document is stored in a new row of the sample_docs table in Appendix A, “The sample_docs Example Table.” To reference this document in examples:

declare @dept_doc xml
select @dept_doc from sample_docs where name_doc='depts'