Click here to Skip to main content
15,893,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everyone,

I am developing a project and diving into database very simpler. For example I am inserting updating and deleting data via buttons. That is success for me.

Actually I want to construct a little bit more complex project. When I searched I have seen that I need ER diagrams, primary keys, foreign keys etc.

Could anyone give some information about this ?
Posted

A good starting point to find more information about ER Diagrams is as always the Wikepedia:
http://en.wikipedia.org/wiki/Entity%E2%80%93relationship_model[^]
To create such diagrams, I would recommend you to use Microsoft Visio.
http://www.sethi.org/classes/cet415/lab_notes/lab_03.html[^]
 
Share this answer
 
Comments
FoxRoot 13-Aug-12 3:24am    
Thanks but I have problems about table manner. For example in my project I have courses and instrutctors. I will assign more than 1 courses to 1 instructor. sometimes I will need to represent some special tables such as courses which has over 50% success rate and etc.

Namely I have very big problems with this.
Create all tables required for your project, create primary key and give relationship.After all this, click on Databse diagram, click to add tables and then you have ER Diagram.
 
Share this answer
 
Comments
FoxRoot 13-Aug-12 3:26am    
Is it simple like that? I have created the java forms. How could I create tables ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900