Hello,
I am new to databases and I am trying to do things well. Could someone please help me with normalizing this database?
I am creating a database that lists properties. It will list a unique id, address, city, state, zip code, number of bedrooms, asking price, appraised value and a single text box to enter a sentence or two for comments.
In addition, there will be several images for each property. Each image will have a unique id, a path to an image, a title for each image, and the id of the property it is associated with.
Thanks in advance!!!
Here are the two "tables" I have so far:
properties
propId (pk)
address
city
state
zip
bedrooms
askingPrice
valuedAt
comments
image
imageId
path
propId(fk)
title