ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 182 - DP-900 discussion

Report
Export

You have a SQL query that combines customer data and order data. 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.
an index
Answers
A.
an index
B.
a view
Answers
B.
a view
C.
a scalar function
Answers
C.
a scalar function
D.
a table
Answers
D.
a table
Suggested answer: B

Explanation:

Section: Describe core data concepts

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.

Reference:

https://docs.microsoft.com/en-us/sql/relational-databases/views/views

asked 02/10/2024
Ibrahim mazou Ismael
45 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first