Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> How to populate many-to-many

How to populate many-to-many

From: <dmeng_at_focal.com>
Date: Tue, 21 May 2002 08:13:31 -0800
Message-ID: <F001.00465FBA.20020521081331@fatcity.com>


I am designing a database our software/hardware inventory and there is a many-to-many relationship between 'server' and 'software' table. So I created an association table between them to resolve this. While I believe this is the right thing to do, I am wondering how we are going to populate this association table.
It seems to me that we have to create a separate screen for this table to have the users manually enter the data. Right now this table has only three columns - ( server_software_id, server_id, software_id ). Bonus question - if we are going to use Access to manually enter data, is there any way we can avoid entering the raw numbers ( the association table columns are all numeric ). I remember with Oracle Forms you can set up some kind of drop down list where you pick the text value and the ids get populated behind the scene. I am not a fan of Access, can we do something similar?

TIA Dennis Meng
Database Administrator
Focal Communications Corp.

--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author:
  INET: dmeng_at_focal.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Tue May 21 2002 - 11:13:31 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US