3. Q3: India is a user who needs to be able to see a list of the names of her friends (those whom she considers friends). There is already an account set up in the database for India. What do you need to do to give her the appropriate access to her list of friends

Respuesta :

Lanuel

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.

What is query?

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