Question 19:
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 SQL query. What should you create?
Answer options:
A. an index B. a view C. a scalar function D. a table