nerdexam
Microsoft

98-361 · Question #182

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 B. 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

  • AReference an index in the database.
  • BCall a stored procedure.
  • CQuery a database view.
  • DScript a SELECT statement to a file.

How the community answered

(22 responses)
  • A
    14% (3)
  • B
    73% (16)
  • C
    5% (1)
  • D
    9% (2)

Explanation

The SQL will only be inside the stored procedure.

Topics

#stored procedures#SQL#database access#data retrieval

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice