0

I have a quick question about ER diagram. My question is would a sender and receiver be a recursive relation?

Like if I want to send money to someone in a transaction via PayPal.

1 Answers1

0

If both are stored in the same table, lets say customer and the transaction references both the sender and receiver, then yes.

In this circumstance, transaction would function as an intermediate table for customer m:m customer, creating a circular or recursive relation.

StackOverflower
  • 526
  • 3
  • 14