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
4 months agoLewis
4 months agoSherell
4 months agoLorrine
5 months agoLouis
5 months agoZita
5 months agoKiera
5 months agoGeraldo
5 months agoWilson
5 months agoDallas
5 months agoDenae
5 months agoJose
5 months ago