Re: Database / Table Organizing ?
Posted by: Bob Field
Date: March 24, 2006 09:06AM

Item #1: I envision at least three tables for your database:

Company table (Company ID, Company Name, etc)
Location table (Company ID, Location ID, Address, etc)
Contact table (Company ID, Location ID, Person ID, Peron's Name, Phone number, etc)

Item #2: I am not sure what you mean here.

Item #3: Probably not.

Item #4: Probably easiest to set up up a table or table(s) to receive the raw input, then some application logic and/or server logic (stored procedures/functions, triggers) to massage the data and update your main tables.

Options: ReplyQuote


Subject
Written By
Posted
Re: Database / Table Organizing ?
March 24, 2006 09:06AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.