nerdexam
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)
  • A
    16% (10)
  • B
    7% (4)
  • C
    74% (45)
  • D
    3% (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.

Full 98-361 Practice