Hi folks,
I have a table of music albums. I have a second table of album art. Unfortunately, not every album has some album art data. As such, i will need to do an OUTER JOIN between music and album art.
Assumption: both tables just contain ints and varchars .. no blobs, etc.
Question
- Is it better to merge both tables into one to reduce the outer join requirement?