|
-
October 5th, 2007, 07:33 AM
#7
Re: What makes somthing many-to-one relationship?
 Originally Posted by voidflux
Thanks guys! Very nice explanation 
Hi all,
Many to one relationship is nothing but many rows of one entity are joined with a single row of second entity.
for example
entity 1 contains
driver
conduction
tickets
passengers
entity 2 contains
Bus
now if you join both of this entities, the relationship will be (if 1->2) Many to one !
"Use of SQL Joins (Left join) is one solution of your database design"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|