I want to make a database contening information about CD's.
Difficulty is that CD's can contain music or data
So, I've made a first table whith general CD information (title, copy number, location, ...).
And two other tables: one for music cd info, one for data cd information.
My question is how to link these tables together ?
I want to able to list title of all CD's at the same time(music and data).
Difficulty is that CD's can contain music or data
So, I've made a first table whith general CD information (title, copy number, location, ...).
And two other tables: one for music cd info, one for data cd information.
My question is how to link these tables together ?
I want to able to list title of all CD's at the same time(music and data).