logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the difference between a primary key and a unique key?


  • Correct Answer
  • By default, primary key creates a clustered index on the column, whereas a unique key creates a non clustered index by default 


  • Technology problems


    Search Results


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


    Comments

    There are no comments.

Enter a new Comment