adplus-dvertising
frame-decoration

Question

Which of the following code will not throw an error?

a.

DECLARE @child HierarchyId = (SELECT Node FROM H WHERE Name = 'S1')
SELECT * FROM H WHERE Node = @child.GetAnces(2)

b.

DECLARE @child HierarchyId = (SELECT Node FROM H WHERE Name = 'S1')
SELECT * FROM H WHERE Node = @child.GetAncestor(2)

c.

DECLARE @child HierarchyId = (SELECT Node FROM H WHERE Name = 'S1')
SELECT * FROM H WHERE Node = @child.Ancestor(2)

d.

None of the mentioned

Answer: (b).DECLARE @child HierarchyId = (SELECT Node FROM H WHERE Name = 'S1')
SELECT * FROM H WHERE Node = @child.GetAncestor(2)

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Which of the following code will not throw an error?

Similar Questions

Discover Related MCQs

Q. Which of the reasons will force you to use XML data model in SQL Server?

Q. Which of the following is not a XML storage option?

Q. The choice of XML technology, native XML versus XML view, generally depends upon the following factors?

Q. In which of the following scenario, using XML native storage would be inappropriate?

Q. XML View Technology is useful in the following situations?

Q. What is the hybrid model in SQL Server?

Q. Reasons to use native XML features in SQL Server instead of managing your XML data in the file system would be:

Q. Which of the following part of the XML data stored in an XML column is very important for locking?

Q. XML datatype was introduced in which of the following versions of SQL Server?

Q. Which of the following feature of SQL Server was used before XML technology for semi structured data?

Q. What are Catalog Views for XML?

Q. Which of the following following is used for retrieving XML Schema Collections?

Q. What is index type for XML index entries?

Q. The space use of XML indexes can be found in the table-valued function named?

Q. Contents of sys.xml_schema_collections are _____________

Q. Which of the following statement would import additional schema or schema components into an existing collection object?

Q. Which operation cannot be performed on XML schema collection?

Q. Can we use untyped XML data type in the following situations?

Q. Point out the wrong statement.

Q. SQL Server 2008 has made several extensions to the XML Schema support which includes?