Table: PhotoAlbum
Columns:
AlbumID
AlbumName
AlbumDate
AlbumDescription
Table: Pictures
Columns:
PictureID
AlbumID
The issue is that i am using picture ID as a reference to a pic within an album so the data is duplicated for each album for that field.