Re: DDL issue

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: DDL issue
Date: 2024-09-13 12:40:49
Message-ID: fdef1ff-2263-4fd7-c23-3646d7e0b2e7@appl-ecosys.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, 13 Sep 2024, Muhammad Usman Khan wrote:

> To handle this situation in PostgreSQL, you can model the data in a way
> that maintains a single entry for each owner in the people table while
> linking the owner to multiple dairies through a separate dairies table.
> This is a typical one-to-many relationship (one person can own many
> dairies). The following is testing scenario which might help you

Muhammed,

Thank you. There are a number of industries (most involving natural
resources) so the one-to-many table will be more general.

Regards,

Rich

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2024-09-13 12:42:10 Re: DDL issue
Previous Message Rich Shepard 2024-09-13 12:38:30 Re: DDL issue