070-761 Exam Question 16

Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
You have a database that contains several connected tables. The tables contain sales data for customers in the United States only.
All the sales data is stored in a table named table1. You have a table named table2 that contains city names.
You need to create a query that lists only the cities that have no sales.
Which statement clause should you add to the query?
  • 070-761 Exam Question 17

    You have a database that stores information about server and application errors. The database contains the following table:
    Servers

    Errors

    You need to return all unique error log messages and the server where the error occurs most often.
    Which Transact-SQL statement should you run?
    A:

    B:

    C:

    D;
  • 070-761 Exam Question 18

    Note: This question is part of a series of questions that use the same or similar answer choices. An answer choice may be correct for more than one question in the series. Each question is independent of the other questions in this series. Information and details provided in a question apply only to that question.
    You have a database that contains several connected tables. The tables contain sales data for customers in the United States only.
    All the sales data is stored in a table named table1. You have a table named table2 that contains city names.
    You need to create a query that lists only the cities that have no sales.
    Which statement clause should you add to the query?
  • 070-761 Exam Question 19

    You create a table to store sales information for an online sales application by running the following Transact-SQL statement:

    You have a historical report that summarizes the sales for each quarter and year. The query that generated the data for the report is no longer available. A representative report contains the following data:

    You need to recreate the query for the report.
    How should you complete the Transact-SQL statement? To answer, select the appropriate Transact-SQL segments in the answer area.
    NOTE: Each correct selection is worth one point.

    070-761 Exam Question 20

    You need to create a database object that meets the following requirements:
    accepts a product identifies as input
    calculates the total quantity of a specific product, including quantity on hand and quantity on order caches and reuses execution plan returns a value can be called from within a SELECT statement can be used in a JOIN clause What should you create?