Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Many-to-many
Fredrik wrote:
> Hi
>
> I have a question about many-to-many relationship. I have a java
> application
> where I want to updates oracle tables in a many-to-many relationship
> with a dml-statement. Is this possible to do through the
> jdbc-interface?
>
> Regards,
> Fredrik
If you have a many:many relationship by definition you have a bad design. Fix the design issue be creating an intersecting entity consisting of the primary keys from other other tables.
-- Daniel A. Morgan University of Washington damorgan_at_x.washington.edu (replace 'x' with 'u' to respond)Received on Mon Apr 11 2005 - 14:33:19 CDT
![]() |
![]() |