ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 231 - DP-203 discussion

Report
Export

You have an Azure Synapse Analytics serverless SQL pool named Pool1 and an Azure Data Lake Storage Gen2 account named storage1. The AllowedBlobpublicAccess porperty is disabled for storage1. You need to create an external data source that can be used by Azure Active Directory (Azure AD) users to access storage1 from Pool1. What should you create first?

A.
an external resource pool
Answers
A.
an external resource pool
B.
a remote service binding
Answers
B.
a remote service binding
C.
database scoped credentials
Answers
C.
database scoped credentials
D.
an external library
Answers
D.
an external library
Suggested answer: C

Explanation:

Security User must have SELECT permission on an external table to read the data. External tables access underlying Azure storage using the database scoped credential defined in data source.Note: A database scoped credential is a record that contains the authentication information that is required to connect to a resource outside SQL Server. Most credentials include a Windows user and password.Reference:https://docs.microsoft.com/en-us/azure/synapse-analytics/sql/ develop-tables-external-tables https://docs.microsoft.com/en-us/sql/t-sql/statements/create-database-scoped-credential-transact- sql

asked 02/10/2024
Maryna Zarytska
30 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first