Views...

From: "Christian Marschalek" <cm(at)chello(dot)at>
To: "[GENERAL] PostgreSQL" <pgsql-general(at)postgresql(dot)org>
Subject: Views...
Date: 2001-04-20 20:43:39
Message-ID: 000001c0c9da$9483e820$0200a8c0@server
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi!

Let's say I have 3 Tables... Teacher,Class,Pupil.
Now if I want to have the lessions easily accessable I could make
another Table called lessions with some attributes from
Teacher,Class,Pupil combined.

I could also just make a view, couldn't I?

Where's the difference?

Thanks for your time in advance!

Yours, Chris

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tulio Oliveira 2001-04-20 21:20:43 Re: recovery in postgresql
Previous Message Muhammad Rusydi 2001-04-20 20:41:05 recovery in postgresql