You have a SQL query that combines customer data and order dat
a. The query includes calculated columns.
You need to persist the SQL query so that other users can use the query. What should you create?
A view is a virtual table whose contents are defined by a query. A view acts as a filter on the underlying tables referenced in the view. The query that defines the view can be from one or more tables or from other views in the current or other databases.
https://docs.microsoft.com/en-us/sql/relational-databases/views/views
Dusti
10 months agoLewis
10 months agoSherell
11 months agoLorrine
11 months agoLouis
11 months agoZita
11 months agoKiera
11 months agoGeraldo
11 months agoWilson
11 months agoDallas
11 months agoDenae
11 months agoJose
11 months ago