You need to provide the ability to query race results without allowing access to other information in the database

You are developing a database that other programmers will query to display race results.
You need to provide the ability to query race results without allowing access to other
information in the database.
What should you do?

You are developing a database that other programmers will query to display race results.
You need to provide the ability to query race results without allowing access to other
information in the database.
What should you do?

A.
Add an AFTER UPDATE trigger on the result table to reject updates.

B.
Create an index on the result table.

C.
Place the query into a stored procedure.

D.
Disable implicit transactions.



Leave a Reply 1

Your email address will not be published. Required fields are marked *