logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Mention 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 - 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. Which command using Query Analyzer will give you the version of SQL server and operating system?
    • Discuss
    • 2. What is SQL Server Agent?
    • Discuss
    • 3. When do you use UPDATE_STATISTICS command?
    • Discuss
    • 4. What is Analysis service repository?
    • Discuss
    • 5. Explain the use of keyword WITH ENCRYPTION. Create a Store Procedure with Encryption
    • Discuss
    • 6. How to create recursive query in SQL Server?
    • Discuss
    • 7. Define Trigger
    • Discuss
    • 8. Write an SQL Query to find employees whose name starts with an ?M??
    • Discuss
    • 9. Difference between a query and a statement in SQL?
    • Discuss
    • 10. Describe the use of PL/SQL table?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment