Database Diagrams?
How to draw the database diagrams in sql server,can any one tell me,I need to draw relation ship between tables like,please check the below file
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Mar 16, 2023, 2:43 PM
Follow the steps:
Rajeev KumarPosted Mar 16, 2023, 10:04 AM
This is composed of entity types (people, places or things). It shows relationships that can exist between them. By defining the entities, their attributes and showing the relationships between them, an ER diagram illustrates the logical structure of databases
Pradeep ShetPosted Apr 17, 2015, 2:00 AM
It is simple select the column name and drag it to other table else other option is shown below.
Mark it as answered if it helped you.