[offtopic] How do you name a table...

From: Ognjen Blagojevic <ognjen(at)etf(dot)bg(dot)ac(dot)rs>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: [offtopic] How do you name a table...
Date: 2010-04-08 13:14:05
Message-ID: 4BBDD69D.2040505@etf.bg.ac.rs
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

How do you name a table which sole purpose is to store a list of values?
E.g.

Table: sex
id name
-------
1 male
2 female

Table: day
id name
-------
1 Sunday
2 Monday
3 Tuesday
4 Wednesday
5 Thursday
6 Friday
7 Saturday

Is this:
a. Lookup table
b. Classifier
c. Cypher(er)?

I'm looking for the appropriate term in English.

Regards,
Ognjen

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ian Barwick 2010-04-08 13:16:57 Re: [offtopic] How do you name a table...
Previous Message Craig Ringer 2010-04-08 12:11:10 Re: Extending PostGreSQL/PostGIS with an abstract data type.