Re: understand basics - multiple cars in a database - selection of one

From: John Meyer <johnmeyer(at)pueblocomputing(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: understand basics - multiple cars in a database - selection of one
Date: 2014-02-04 21:34:57
Message-ID: 52F15D01.8040001@pueblocomputing.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Start by searching on Amazon for Database design.

On 2/4/2014 2:20 PM, avpro avpro wrote:
> hello,
>
> I would like to understand the basics of the database architecture:
> I have several cars in a database;
> when the application is lunched, I would like to select one car and
> then every property, option, transaction applicable to this car should
> be recorded by the application automatically.
>
> basically I'm trying to avoid a menu adding the relevant car
> every-time a property is changed.
>
> how is this happening at database level?
> any references available for this example or something similar?
> thank you.
> John

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message David Johnston 2014-02-04 23:01:20 Re: understand basics - multiple cars in a database - selection of one
Previous Message avpro avpro 2014-02-04 21:34:55 Re: understand basics - multiple cars in a database - selection of one