70-459 · Question #90
You need to write code that will allow the sales force to retrieve data for their reports with the least amount of effort. Which code should you use?
The correct answer is A. Option A. / During your investigation, you discover that the sales force reports are causing significant /Sales force data access Salespeople at both the headquarters office and the satellite office must generate reports that read from the Product and SalesOrderDetail tables. No updates or
Question
Exhibit
Options
- AOption A
- BOption B
- COption C
- DOption D
How the community answered
(14 responses)- A71% (10)
- B7% (1)
- C7% (1)
- D14% (2)
Explanation
/ During your investigation, you discover that the sales force reports are causing significant /Sales force data access Salespeople at both the headquarters office and the satellite office must generate reports that read from the Product and SalesOrderDetail tables. No updates or inserts are ever made by sales people. These reports are run at random times and there can be no reporting downtime to refresh the data set except during the monthly maintenance window. The reports that run from the satellite office are process intensive queries with large data sets. Regardless of which office runs a sales force report, the SalesOrderDetail table should only return valid, committed order data; any orders not yet committed should be ignored.
Topics
Community Discussion
No community discussion yet for this question.
