If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > DBDesigner4

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-26-10, 03:05
narayanyr narayanyr is offline
Registered User
 
Join Date: Apr 2010
Posts: 30
DBDesigner4

Hi All,
I am trying to design a database.I have 2 tables.The Events table and topic table.The scenario is as follows:


Table Name Column Name Datatype Primary Key Foreign Key
Event Event_ID INTEGER Yes Yes

Relation
Topic.Event_ID

In the event table the Event_ID is a FK to the PK Event_ID in Topic Table.But when using DB Designer I select 1:n (non-Identifying) relation tool and click on event table first and link it to topic table.I am getting a new column Topic_ID which is another PK in Topic Table.As per the design the Topic_ID column is not to be present in the Event Table.

I want only the Event_ID column to be linked between the Topic and Event table.

Please help me with a solution asap.

Thanks
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On