Question what are tables i needed for LIBRARY system?

mcapon

New member
Joined
Dec 1, 2010
Messages
2
Programming Experience
Beginner
i need to know where should i start in making a library system, i need to know what are tables need, foreign key, primary key and so on...
 
You will need to consider what entities you need to represent, what attributes each has and what relationships exist between them. For a library system, the obvious first entity would be Book. What other entities can you think of that you need to represent?
 
Back
Top