WW Importers have just implemented a new order inquiry system. All users with access to the database need to be able to retrieve data from any table within the database. How can you accomplish this functionality in SQL Server, with the least amount of effort?

a. Add the users to the db_datawriter database role.
b. Grant the users SELECT permission on every schema in the database.
c. Grant the users SELECT permission on every table in the database.
d. Grant the users SELECT permission on the database.

c. Grant the users SELECT permission on every table in the database.