Which three Transact-SQL segments should you use to develop the solution?

DRAG DROP
You have a Microsoft SQL Server database. The database contains a group of tables created by using the following Transact-SQL statements:

You need to write a query that returns all the salesperson’s phone numbers and an indicator as to whether you can contact the salesperson using that number. The indicator must meet the following requirements:
• If the phone number is a work phone number, the indicator should show the value ‘Allow Calls’.
• If the phone number is NULL, the indicator should show the value ‘Unrecognized Phone Type’.
• In all other cases, the indicator should show the value ‘Do Not Call’.
Which three Transact-SQL segments should you use to develop the solution? To answer, move the appropriate Transact-SQL segments from the list of Transact-SQL segments to the answer area and arrange them in the correct order.
Select and Place:

microsoft-exams

One thought on “Which three Transact-SQL segments should you use to develop the solution?

  1. ERROR IN THE ANSWER selection in the FROM clause –
    There is NO custID in any of the tables – should be SalesPersonID

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.