Microsoft
70-448 · Question #133
You are creating a SQL Server 2008 Reporting Services (SSRS) instance which includes a parameter called Type that is utilized to filter some products for Company.com. You could utilize a dataset to…
The correct answer is C. You should change the search to utilize the IN operator. See the full explanation below for the reasoning.
Question
You are creating a SQL Server 2008 Reporting Services (SSRS) instance which includes a parameter called Type that is utilized to filter some products for Company.com. You could utilize a dataset to include query listed below:
SELECT Item.ProductID, Item.Name, Item.ListPrice FROM Production. Product AS Item WHERE Item.Category = @ Type; You should change the parameter to permit values. You should make sure that you could change the report to help search for Type values through utilizing fewer effort. Which is the correct answer?
Options
- AYou should change the search to utilize the store procedure
- BYou should change the search to utilize the left join.
- CYou should change the search to utilize the IN operator.
- DYou should change the search to utilize the inner join.
How the community answered
(28 responses)- A14% (4)
- B4% (1)
- C75% (21)
- D7% (2)
Community Discussion
No community discussion yet for this question.