Forum Moderators: coopster
cinema which has columns ID that is primary, name and price that
references prices in the pricestable.
pricetable with columns ID that is primary key and prices.
pricetable will look like this
ID Price
1 3.50
2 4.50
3 9.60
So when the user is inputting data into the cinema table they can just
type in 1, 2 or 3 instead of typing in different values.
This is so if there is a change in prices they need to be only updatedin
the prices table.
Problem is i dont know to go about doing this in Postgresql.
I look forward to hearing from you soon.