070-761 Exam Question 96

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.
You have the following partial query for the database. (Line numbers are included for reference only.)

You need to complete the query to generate the output shown in the following table.

Which statement clause should you add at line 3?
  • 070-761 Exam Question 97

    HOTSPOT
    You have a database that contains the following tables: tblRoles, tblUsers, and tblUsersInRoles.
    The table tblRoles is defined as follows.

    You have a function named ufnGetRoleActiveUsers that was created by running the following Transact- SQL statement:

    You need to list all roles and their corresponding active users. The query must return the RoleId, RoleName, and UserName columns. If a role has no active users, a NULL value should be returned as the UserName for that role.
    How should you complete the Transact-SQL statement? To answer, select the appropriate Transact-SQL segments in the answer area.
    Hot Area:

    070-761 Exam Question 98

    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 tables named Customer_CRMSystem and Customer_HRSystem. Both tables use the following structure:

    The tables include the following records:
    Customer_CRMSystem

    Customer_HRSystem

    Records that contain null values for CustomerCode can be uniquely identified by CustomerName.
    You need to display distinct customers that appear in both tables.
    Which Transact-SQL statement should you run?

  • 070-761 Exam Question 99

    You develop and deploy a project management application. The application uses a Microsoft SQL Server database to store data. You are developing a software bug tracking add-on for the application.
    The add-on must meet the following requirements:
    * Allow case sensitive searches for product.
    * Filter search results based on exact text in the description.
    * Support multibyte Unicode characters.
    You run the following Transact-SQL statement:

    You need to ensure that users can perform searches of descriptions.
    Which Transact-SQL statement should you run?

  • 070-761 Exam Question 100

    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 tables named Customer_CRMSystem and
    Customer_HRSystem. Both tables use the following structure:

    The tables include the following records:
    Customer_CRMSystem

    Customer_HRSystem

    Records that contain null values for CustomerCode can be uniquely identified by
    CustomerName.
    You need to display a list of customers that do not appear in the Customer_HRSystem table.
    Which Transact-SQL statement should you run?