DP-900 · Question #81
You need to query a table named Products in an Azure SQL database. Which three requirements must be met to query the table from the internet? Each correct answer presents part of the solution…
The correct answer is B. You must have SELECT access to the Products table. C. You must have a user in the database. E. Your IP address must be allowed to connect to the database. Incorrect Answers: A, D: Resource group permissions is not required to query an Azure SQL database table. https://docs.microsoft.com/en-us/sql/relational-databases/security/authentication-access/getting- started-with-database-engine-permissions?view=sql-server-ver15
Question
Options
- AYou must be assigned the Reader role for the resource group that contains the database.
- BYou must have SELECT access to the Products table.
- CYou must have a user in the database.
- DYou must be assigned the Contributor role for the resource group that contains the database.
- EYour IP address must be allowed to connect to the database.
How the community answered
(32 responses)- A6% (2)
- B81% (26)
- D13% (4)
Explanation
Incorrect Answers: A, D: Resource group permissions is not required to query an Azure SQL database table. https://docs.microsoft.com/en-us/sql/relational-databases/security/authentication-access/getting- started-with-database-engine-permissions?view=sql-server-ver15
Topics
Community Discussion
No community discussion yet for this question.