Re: Design help for Scheduling db.
Posted by: Rick James
Date: February 12, 2010 08:23PM

How about SET?

Or a table with
emp + training
This would have a few rows per employee (varying according to number of things he is trained in). With LEFT JOIN you can join to that table and discover whether an emp is trained in something (NOT NULL) or not (NULL).

Will you be writing SELECTs that depend on the trained values?

Options: ReplyQuote


Subject
Written By
Posted
February 11, 2010 12:27PM
Re: Design help for Scheduling db.
February 12, 2010 08:23PM


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.