The PurchaseOrders.xml file contains all of the purchase orders for the day. You need to query the XML file for all of the billing addresses. Which code segment should you use? A. Option A B. Option B C. Option C…

You need to create an OData filter expression that returns books that match the following characteristics: Published after 1/1/2000 Have "Science" as the first word Which filter statement should you use? A. Option A B. Option B C. Option C…

You need to update the ImportBooks() method to use database transactions. Which code segment should you use? A. SqlConnection.BeginTransaction(IsolationLevel.RepeatableRead); B. SqlConnection.BeginTransaction(IsolationLeve.ReadUnconvnited); C. SqlConneetion.BeginTransaction(IsolationLevel.Serializable); D. SqlConnection.BeginTransaction(IsolationLevel.Snapshot);

You are preparing to write the data access code for the children’s book area of the web site. You need to review the requirements and identify the appropriate data access technology. What should you do? A. Use ADO.NET Entity Framework.…

You need to update the CreateMonthlyTotalsReports() method to use database transactions. Which code segment should you use? A. SqlConnection.BeginTransaction(IsolationLevel.ReadCommitted); B. SqlConnection.BeginTransaction(IsolationLevel.ReadUnconwited); C. SqlConnection.BeginTransaction(IsolationLevel.Chaos); D. SqlConnection.BeginTransaction(IsolationLevel.Serializable);