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

From: Payal Singh <payal(at)omniti(dot)com>
To: avpro avpro <avprowebeden(at)gmail(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: understand basics - multiple cars in a database - selection of one
Date: 2014-02-05 04:06:54
Message-ID: CANUg7LBoehWeuTAwbVeGzo=ohWV7uXKpLcJWsHppeFQ5QvvR2A@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

This short and quick intro to database design should be helpful in
understanding the concepts
http://www.datanamic.com/support/lt-dez005-introduction-db-modeling.html

Also, when you say 'recorded' by the app, do you mean displayed by the app
on frontend or recorded in the database?

Payal Singh,
Junior Database Administrator,
OmniTI Computer Consulting Inc.
Phone: 240.646.0770 x 253

On Tue, Feb 4, 2014 at 4:20 PM, avpro avpro <avprowebeden(at)gmail(dot)com> 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 Luca Ferrari 2014-02-05 09:15:00 Re: understand basics - multiple cars in a database - selection of one
Previous Message David Johnston 2014-02-04 23:16:40 Re: understand basics - multiple cars in a database - selection of one