exam questions

Exam 70-461 All Questions

View all questions & answers for the 70-461 exam

Exam 70-461 topic 1 question 227 discussion

Actual exam question from Microsoft's 70-461
Question #: 227
Topic #: 1
[All 70-461 Questions]

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:

Show Suggested Answer Hide Answer
Suggested Answer:
References:
https://docs.microsoft.com/en-us/sql/t-sql/language-elements/coalesce-transact-sql

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
lilupv
4 years, 9 months ago
I think, it is the first IIF statement.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...