DP-300 · Question #2
Case Study 1 - Litware, Inc Overview Litware, Inc. is a renewable energy company that has a main office in Boston. The main office hosts a sales department and the primary datacenter for the…
The correct answer is E. CREATE USER and the FROM EXTERNAL PROVIDER clause. Scenario: Authenticate database users by using Active Directory credentials. (Create a new Azure SQL database named ResearchDB1 on a logical server named Authenticate the user in SQL Database or SQL Data Warehouse based on an Azure Active CREATE USER [[email protected]] FROM…
Question
Options
- ACREATE LOGIN and the FROM WINDOWS clause
- BCREATE USER and the FROM CERTIFICATE clause
- CCREATE USER and the FROM LOGIN clause
- DCREATE USER and the ASYMMETRIC KEY clause
- ECREATE USER and the FROM EXTERNAL PROVIDER clause
How the community answered
(29 responses)- A7% (2)
- B14% (4)
- C3% (1)
- E76% (22)
Explanation
Scenario: Authenticate database users by using Active Directory credentials. (Create a new Azure SQL database named ResearchDB1 on a logical server named Authenticate the user in SQL Database or SQL Data Warehouse based on an Azure Active CREATE USER [[email protected]] FROM EXTERNAL PROVIDER; https://docs.microsoft.com/en-us/sql/t-sql/statements/create-user-transact-sql
Community Discussion
No community discussion yet for this question.