Results 1 to 4 of 4

Thread: how to create relational connection ?

  1. #1
    Junior Member
    Join Date
    Apr 2008
    Answers
    5

    how to create relational connection ?

    how to create relational connection in SQL Server and MS-Access ?


  2. #2
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    Re: how to create relational connection ?

    You need to create foreign keys for that .


  3. #3
    Junior Member
    Join Date
    Jan 2008
    Answers
    4

    Re: how to create relational connection ?

    you need to create foreign key in the relational table. you can make relational connection when you are creating a table or even useing alter table statement
    exp
    altertable table_name
    add foreign key(column_name)


  4. #4
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    Re: how to create relational connection ?

    Quote Originally Posted by antonyfernando View Post
    altertable table_name add foreign key(column_name)
    You need to specify to which column of which table you want to refer in the foreign key.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact