home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / database / 9040 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  1.3 KB

  1. Xref: sparky comp.databases:9040 comp.databases.oracle:2782 comp.databases.theory:679
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!spool.mu.edu!olivea!inews.Intel.COM!mipos2!ggarcia
  3. From: ggarcia@mipos2.intel.com (Gilbert Garcia)
  4. Newsgroups: comp.databases,comp.databases.oracle,comp.databases.theory
  5. Subject: QUESTION: Modeling problem using ERWIN/SQL
  6. Message-ID: <C0rr0q.12p@inews.Intel.COM>
  7. Date: 13 Jan 93 01:34:01 GMT
  8. Sender: news@inews.Intel.COM (USENET News System)
  9. Organization: Intel Corporation, Santa Clara, CA USA
  10. Lines: 23
  11. Nntp-Posting-Host: mipos2
  12.  
  13. Hello ERWIN/SQL users, 
  14.  
  15. I'm wondering if anyone would know if ERWIN/SQL supports this modeling
  16. problem:
  17.  
  18. Suppose I have a table called CARD.  One of the attributes in CARD is
  19. a field called CARD_TYPE.  Another table exists called CARD_DEVICE which
  20. given a CARD_TYPE, there exists a corresponding DEVICE_TYPE.  So far this
  21. is what I have:
  22.  
  23. CARD                   CARD_DEVICE
  24. --------               -----------
  25. card_id                card_type
  26. card_type              device_type
  27.  
  28. Now suppose I want to create subtypes of CARD and use DEVICE_TYPE
  29. as the discriminator.  Does ERWIN/SQL allow me to do so??  If so, how?!?
  30.  
  31. Any feedback will be greatly appreciated.
  32.  
  33. Thanks, in advance,
  34.  
  35. Gilbert H. Garcia
  36.