logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What are the difference between clustered and a non-clustered index?


  • Correct Answer
  • - A clustered index is a special type of index that reorders the way records in the table are physically stored Therefore table can have only one clustered index The leaf nodes of a clustered index contain the data pages - A non clustered index is a special type of index in which the logical order of the index does not match the physical stored order of the rows on disk The leaf node of a non clustered index does not consist of the data pages Instead, the leaf nodes contain index rows 


  • Technology problems


    Search Results


    • 1. What is the difference between a primary key and a unique key?
    • Discuss
    • 2. What are constraints? Mention the different types of constraints?
    • Discuss
    • 3. What are defaults? Is there a column to which a default can?t be bound?
    • Discuss
    • 4. State one similarity and difference between WHERE Clause and HAVING Clause?
    • Discuss
    • 5. How can you generate debugging output from PL/SQL?
    • Discuss
    • 6. What is difference between DELETE and TRUNCATE commands?
    • Discuss
    • 7. Can SQL Servers linked to other servers like Oracle?
    • Discuss
    • 8. What is Log Shipping?
    • Discuss
    • 9. Where SQL server user names and passwords are stored in SQL server?
    • Discuss
    • 10. What is LINQ?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment