Home / CSE MCQs / SQL Server MCQs :: SQL Server Beyond Relational

CSE MCQs :: SQL Server MCQs

  1. Point out the correct statement :
  2. A.
    The full-text index includes only one character-based column in the table
    B.
    The full-text index includes more than one character-based columns in the table
    C.
    The full-text index includes one or more character-based columns in the table
    D.
    None of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  3. Full-text search is an ________ component of the SQL Server Database Engine
  4. A.
    slower
    B.
    optimal
    C.
    faster
    D.
    none of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  5. Point out the correct statement :
  6. A.
    HierarchyID data type maps the data as a hashmap, so when traversing the binary tree structure
    B.
    In real scenarios, you always need to create indexes using HierarchyID data type
    C.
    In HierarchyID, we create indexes in order to make the traversal efficient
    D.
    None of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  7. Which of the following is not a XML storage option ?
  8. A.
    Native storage as XML data type
    B.
    Mapping between XML and relational storage
    C.
    Small object storage
    D.
    None of the Mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  9. The choice of XML technology, native XML versus XML view, generally depends upon the following factors:
  10. A.
    Storage options
    B.
    Query capabilities
    C.
    Indexing
    D.
    All of the Mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  11. The space use of XML indexes can be found in the table-valued function named?
  12. A.
    sys.dm_db_index_physical_stats
    B.
    sys.dm_db_index_phy_stats
    C.
    sys.dm_db_index_plan_stats
    D.
    sys.dm_db_index_table_stats

    View Answer

    Workspace

    Discuss Discuss in Forum


  13. SQL Server lets you define how many types of secondary XML indexes?
  14. A.
    3
    B.
    4
    C.
    5
    D.
    6

    View Answer

    Workspace

    Discuss Discuss in Forum


  15. Statement for dropping XML index is :
  16. A.
    DROP INDEX
    B.
    DELETE INDEX
    C.
    REMOVE INDEX
    D.
    None of the Mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  17. Different xml modes available for xml clauses are :
  18. A.
    RAW
    B.
    AUTO
    C.
    PATH
    D.
    All of the mentioned

    View Answer

    Workspace

    Discuss Discuss in Forum


  19. What is every identifier in an XQuery called ?
  20. A.
    Name
    B.
    QName
    C.
    Qidt
    D.
    Qnam

    View Answer

    Workspace

    Discuss Discuss in Forum