New to SQl Server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Alura
    New Member
    • Nov 2006
    • 2

    New to SQl Server

    Im just learning SQL and i need to make a Id cloumn that take the firstname and lastname to make the ID. what would i use thank for all and any help.
  • OldSchool
    New Member
    • Nov 2006
    • 27

    #2
    Originally posted by Alura
    Im just learning SQL and i need to make a Id cloumn that take the firstname and lastname to make the ID. what would i use thank for all and any help.

    hi,
    this site will help you in our SQL programming need, hope it will helps

    http://www.w3schools.c om/sql

    Julius

    Comment

    • Alura
      New Member
      • Nov 2006
      • 2

      #3
      thnk you that site is a big help

      Comment

      • willakawill
        Top Contributor
        • Oct 2006
        • 1646

        #4
        Originally posted by Alura
        thnk you that site is a big help
        Hi. You would create a clustered key on the two name fields

        Comment

        Working...