Results 1 to 2 of 2

Thread: Primary key in SQL

  1. #1
    MoralesMyers is offline Senior Member
    Join Date
    Dec 2009
    Posts
    202
    Rep Power
    3

    Default Primary key in SQL

    I am learning SQL database language. I have little bit knowledge of SQL. But I am quit confused about ‘primary key’. I want to know what the need of using primary key is. Any suggestion would be highly appreciated.

  2. #2
    PowellParker is offline Senior Member
    Join Date
    Dec 2009
    Posts
    210
    Rep Power
    3

    Default

    The primary key can represent one or more fields in a table. When the primary key represents some fields, it is called composite key. It is possible to give the primary key while creating the table (using CREATE TABLE) or replacing the structure of the existing table (through ALTER TABLE).

Similar Threads

  1. How to Find My Primary DNS Server on My Compute
    By PerezMorris in forum Networking Jargons
    Replies: 0
    Last Post: 12-23-2009, 06:00 PM
  2. Replies: 6
    Last Post: 05-05-2009, 11:49 AM
  3. No internet connection on primary desktop HELP
    By CALANTHA in forum General Networking
    Replies: 1
    Last Post: 05-05-2009, 09:46 AM
  4. Primary storage function
    By CALANTHA in forum Everything Else
    Replies: 0
    Last Post: 11-21-2008, 07:20 AM
  5. primary Partition
    By techno23 in forum Hard Disk
    Replies: 0
    Last Post: 03-21-2008, 10:56 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48