Your database administrators will not allow you to write SQL code in your application.
How should you retrieve data in your application?
A.
Script a SELECT statement to a file.
B.
Query a database view.
C.
Call a stored procedure.
D.
Reference an index in the database.
Explanation:
The SQL will only be inside the stored procedure.