So I don't have a foreign key anymore? Is it not needed? I think that it's part of the available Oracle syntax, so what do I lose by not having it?
btw, anyone know of a good online Oracle reference or list?
> create table fsnep_pollAnswers (
> pA_id NUMBER Primary Key,
> pA_pollID NUMBER REFERENCES fsnep_polls(p_id),
> pA_answer NUMBER
> )
>
Jochem
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

