Microsoft
98-361 · Question #48
Your database administrators will not allow you to write SQL code in your application. How should you retrieve data in your application?
The correct answer is C. Call a stored procedure. The SQL will only be inside the stored procedure.
Understanding Databases
Question
Your database administrators will not allow you to write SQL code in your application. How should you retrieve data in your application?
Options
- AScript a SELECT statement to a file.
- BQuery a database view.
- CCall a stored procedure.
- DReference an index in the database.
How the community answered
(61 responses)- A16% (10)
- B7% (4)
- C74% (45)
- D3% (2)
Explanation
The SQL will only be inside the stored procedure.
Topics
#stored procedures#data retrieval#database access
Community Discussion
No community discussion yet for this question.