In order to grant India access to a list of her friends, you should use a query by selecting name from person and use the inner join relationship on person.
A query refers to a computational request for data that are saved in a database table, from existing queries, or even from a combination of both a database table and existing queries.
In this scenario, you can grant India access to be able to see a list of her friends with a structured query language (SQL) by selecting name from person and use the inner join relationship on person.
Read more on query here: https://brainly.com/question/25266787