Valid 70-464 Dumps shared by ExamDiscuss.com for Helping Passing 70-464 Exam! ExamDiscuss.com now offer the newest 70-464 exam dumps, the ExamDiscuss.com 70-464 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 70-464 dumps with Test Engine here:
You need to design a solution that meets the refactoring requirements. Which type of object should you include in the solution?
Correct Answer: D
Explanation/Reference: Explanation: From scenario: The results from the query must be able to be joined to other queries. User-defined functions that return a table data type can be powerful alternatives to views. These functions are referred to as table-valued functions. A table-valued user-defined function can be used where table or view expressions are allowed in Transact-SQL queries. While views are limited to a single SELECT statement, user-defined functions can contain additional statements that allow more powerful logic than is possible in views. A table-valued user-defined function can also replace stored procedures that return a single result set. The table returned by a user-defined function can be referenced in the FROM clause of a Transact-SQL statement, but stored procedures that return result sets cannot. References: https://technet.microsoft.com/en-us/library/ms191165(v=sql.105).aspx