Pl/sql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jenni
    New Member
    • Dec 2007
    • 10

    #1

    Pl/sql

    What is the difference between unique key and primary key in PL/SQL ?
  • chritzuk
    New Member
    • Dec 2007
    • 10

    #2
    A common question. Read through this post and ye shall be enlightened ;)

    [Link Removed]
    Last edited by amitpatel66; Jan 7 '08, 08:11 AM. Reason: link removed

    Comment

    • debasisdas
      Recognized Expert Expert
      • Dec 2006
      • 8119

      #3
      Unique key and primary key are important in SQL .

      Unique key is used to maintain uniqueness of data in a field.(no duplicate value)
      Primay key follows the above ,along with that it ensurees data ia NOT NULL.(no duplicate value + data entry is compulsary)

      Comment

      Working...