MCQOPTIONS
Saved Bookmarks
| 1. |
LINQ query to retrieve a selection of customers, each with their high-value purchases is _____________ |
| A. | FROM c IN db.Customers |
| B. | FROM c IN db.Customers |
| C. | FROM c IN db.Customers |
| D. | All of the mentioned |
| Answer» B. FROM c IN db.Customers | |