Question
a.
CREATE UNIQUE bfs_index
ON H (NodeLevel,Node)
b.
CREATE UNIQUE INDEX bfs_index
ON H (NodeLevel,Node)
c.
CREATE INDEX bfs_index
ON H (NodeLevel,Node)
d.
CREATE UNIQUE INDEX bfs_index
ON H (NodeLevel)
Posted under SQL Server
ON H (NodeLevel,Node)
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 is used to have a Breadth First index?
Similar Questions
Discover Related MCQs
Q. Point out the wrong statement.
View solution
Q. Which of the code deletes node H using hierarchical data type?
View solution
Q. Which of the following code will not throw an error?
View solution
Q. Which of the reasons will force you to use XML data model in SQL Server?
View solution
Q. Which of the following is not a XML storage option?
View solution
Q. The choice of XML technology, native XML versus XML view, generally depends upon the following factors?
View solution
Q. In which of the following scenario, using XML native storage would be inappropriate?
View solution
Q. XML View Technology is useful in the following situations?
View solution
Q. What is the hybrid model in SQL Server?
View solution
Q. Reasons to use native XML features in SQL Server instead of managing your XML data in the file system would be:
View solution
Q. Which of the following part of the XML data stored in an XML column is very important for locking?
View solution
Q. XML datatype was introduced in which of the following versions of SQL Server?
View solution
Q. Which of the following feature of SQL Server was used before XML technology for semi structured data?
View solution
Q. What are Catalog Views for XML?
View solution
Q. Which of the following following is used for retrieving XML Schema Collections?
View solution
Q. What is index type for XML index entries?
View solution
Q. The space use of XML indexes can be found in the table-valued function named?
View solution
Q. Contents of sys.xml_schema_collections are _____________
View solution
Q. Which of the following statement would import additional schema or schema components into an existing collection object?
View solution
Q. Which operation cannot be performed on XML schema collection?
View solution
Suggested Topics
Are you eager to expand your knowledge beyond SQL Server? We've curated a selection of related categories that you might find intriguing.
Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!