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

Home -> Community -> Mailing Lists -> Oracle-L -> An Interesting Grouping Question

An Interesting Grouping Question

From: MacGregor, Ian A. <ian_at_SLAC.Stanford.EDU>
Date: Thu, 30 Aug 2001 11:06:13 -0700
Message-ID: <F001.0037D99D.20010830104804@fatcity.com>

Given the following Table

emplid               course_id
------               ---------
     1                       1
     2                       2
     2                       3
     3                       3
     3                       4
     3                       5
     4                       3
     4                       4
     4                       5
     5                       2
     5                       3
     6                       1
     7                       2
     8                       3
     8                       4                       
--------------------------------------------------------------------------------------------
What statement would you write to group employees by the set of courses they have taken. In otherwords each employee in a group must have taken the same as the others in the group, not one class more nor less. In this example the employees making up the groups would be
1,6
2,5
3,4

7
and 8

I had this posed by one of my developers. He had also come up with a solution which didn't take a relational approach. The approach is not exotic, and I suspect it will be proposed by many people. He'd like a relational one.

Ian MacGregor
Stanford Linear Accelerator Center
ian_at_slac.stanford.edu
--

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

Author: MacGregor, Ian A.
  INET: ian_at_SLAC.Stanford.EDU

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 Thu Aug 30 2001 - 13:06:13 CDT

Original text of this message

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