Search results

  1. E

    Calculations with many-to-many relationship

    Ok, an example: Customer_1: Balance 10 $ Customer_2: Balance 10 $ Customer_3: Balance 10 $ Customer_4: Balance 10 $ Customer_5: Balance 10 $ Asset_1: Value 50 $ All customers are connected to Asset_1 Now balance to asset ratio = (10+10+10+10+10)/50= 50/50 = 1 (or let's say 100%) Every...
  2. E

    Calculations with many-to-many relationship

    Hi! I tried to search for this but I am not sure how to search for this kind of problem as English is not my first language, sorry :) I have this kind of situation: I have a many-to-many relationship in my database and I have these three tables: CUSTOMER_TABLE: Fields CUSTOMER_ID...
Back
Top Bottom