DBAsupport.com Forums - Powered by vBulletin
Results 1 to 3 of 3

Thread: need clarification

  1. #1
    Join Date
    Jan 2009
    Posts
    11

    need clarification

    I am trying to understand the logic of the following phrase
    "Salience is dependent on the number of associates a target has. A target's associates are other targets who share the same home location as that target, or who have been on missions with that target"
    PN: The program should create a table with target id and salience.

    some of the tables the schema:
    -----------------------------
    targets - target_id, location_id
    location - location_id, description
    missions_targets - mission_id, target_id
    missions - mission_id, location_id
    agents - agent_id, location_id
    missions_agents - agent_id, mission_id

    I need some assistance because I don't get the correct number of salience as expected.

    Thx a million!!!

  2. #2
    Join Date
    Sep 2002
    Location
    England
    Posts
    7,334
    you should ask your tutor

  3. #3
    Join Date
    Jan 2009
    Posts
    11
    i found the solution. thx.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width