How should you retrieve data in your application?

Your database administrators will not allow you to write SQL code in your application.
How should you retrieve data in your application?

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.



Leave a Reply 2

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


mandisa

mandisa

C is the correct answer of which its Call a stored procedure

DB7

DB7

C: Stored Procedure