Valid AI-102 Dumps shared by EduDump.com for Helping Passing AI-102 Exam! EduDump.com now offer the newest AI-102 exam dumps, the EduDump.com AI-102 exam questions have been updated and answers have been corrected get the newest EduDump.com AI-102 dumps with Test Engine here:
You have a SQL query that combines customer data and order data. The query includes calculated columns. You need to create a database object that would allow other users to rerun the same SOL query. What should you create?
Correct Answer: B
* A view is a virtual table based on the result set of a query. * Views allow you to encapsulate complex queries (including joins and calculated columns) and make them reusable by other users. * Index improves performance but does not store or rerun queries. * Scalar function returns a single value, not a tabular result. * Table stores raw data, not queries. Reference: Create views in SQL Server