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

Home -> Community -> Usenet -> c.d.o.misc -> Help w/Normalized VIEW

Help w/Normalized VIEW

From: Jon Derman <derman_at_mindspring.com>
Date: 1997/12/14
Message-ID: <3493db10.39103204@news.mindspring.com>#1/1

If I have a table that looks something like this:

SSN             VARCHAR2(9)
COURSE1         VARCHAR2(6)
COURSE2         VARCHAR2(6)
COURSE3         VARCHAR2(6)

...can I simply create a normalized VIEW of that table that looks something like this (with 3 times as many rows as the original)?:

SSN             VARCHAR2(9)
COURSE          VARCHAR2(6)

Can someone please show me example SQL for creating such a VIEW?

Thanks. Received on Sun Dec 14 1997 - 00:00:00 CST

Original text of this message

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