I am a student and I am now designing database for a library. There are three types of publications in the library: non-reference, reference and bound periodicals. They share all the same attributes except they have different types. So should i separate them into 3 tables, one for each type, or should i just put them together in one table, which will be pretty big but easier for coding?
Thanks a lot. =)
Thanks a lot. =)