exam questions

Exam 70-483 All Questions

View all questions & answers for the 70-483 exam

Exam 70-483 topic 2 question 42 discussion

Actual exam question from Microsoft's 70-483
Question #: 42
Topic #: 2
[All 70-483 Questions]

You need to write a method that retrieves data from a Microsoft Access 2013 database. The method must meet the following requirements:
✑ Be read-only.
✑ Be able to use the data before the entire data set is retrieved.
✑ Minimize the amount of system overhead and the amount of memory usage.
Which type of object should you use in the method?

  • A. DbDataReader
  • B. DataContext
  • C. unTyped DataSet
  • D. DbDataAdapter
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️
DbDataReader Class -
Reads a forward-only stream of rows from a data source.

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
AyeshaKhalid
4 years, 5 months ago
A: Correct Answer
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...