If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Can anyone explain me with details that what's the difference between ER-Diagram & Database Diagram.
In ER-Diagram we mention Entity,Attributes with Relationship that's fine.what we do in Database Design Diagram??
A database design diagram would show Tables, Columns and Foreign Keys. It represents the tables actually (to be) used, whereas the ERD shows the data requirements (from analysis).