an item or not?

From: ZioBudda <michel(at)michel(dot)enter(dot)it>
To: pgsql-general(at)postgreSQL(dot)org
Subject: an item or not?
Date: 1998-12-01 21:47:45
Message-ID: Pine.LNX.4.03.9812012239570.22975-100000@michel.enter.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi, I have this table : prestito where there is the column "id_libro" that
contains all the book that are not in my house (with some other infos).
But I have the table
"libro" that contains the data about every books in my house. Now I have a
query /via web interface with php) that give me infos about all books and
if the book
is in the house I put an
button in the page (via php script). Now, for this choice (button or not
button) it is better a column call "id_utente" in the "libro" table or a
select from the "prestito" table foreach book ?

exscume me for my bad english

"Il divertimento e' giusto se la scimmia ci prende gusto"
--
Italian Linux Press: http://ziobudda.enter.it/ILP/
--
Morelli 'ZioBudda' Davide Michel - Member of Pluto Linux User Group
michel(at)michel(dot)enter(dot)it - http://ziobudda.enter.it/
Linux Problem? Ask to linux(at)media(dot)dsi(dot)unimi(dot)it
"/dev/ziobudda: access to /var/tmp/beer denied, use /var/adm/pineapple"

Browse pgsql-general by date

  From Date Subject
Next Message ZioBudda 1998-12-01 21:55:28 insert or delete
Previous Message ZioBudda 1998-12-01 21:39:55 better ?