ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 5 - DP-300 discussion

Report
Export

You need to implement authentication for ResearchDB1. The solution must meet the security and compliance requirements. What should you run as part of the implementation?

A.
CREATE LOGIN and the FROM WINDOWS clause
Answers
A.
CREATE LOGIN and the FROM WINDOWS clause
B.
CREATE USER and the FROM CERTIFICATE clause
Answers
B.
CREATE USER and the FROM CERTIFICATE clause
C.
CREATE USER and the FROM LOGIN clause
Answers
C.
CREATE USER and the FROM LOGIN clause
D.
CREATE USER and the ASYMMETRIC KEY clause
Answers
D.
CREATE USER and the ASYMMETRIC KEY clause
E.
CREATE USER and the FROM EXTERNAL PROVIDER clause
Answers
E.
CREATE USER and the FROM EXTERNAL PROVIDER clause
Suggested answer: E

Explanation:

Scenario: Authenticate database users by using Active Directory credentials.

(Create a new Azure SQL database named ResearchDB1 on a logical server named ResearchSrv01.)

Authenticate the user in SQL Database or SQL Data Warehouse based on an Azure Active Directory user:

CREATE USER [[email protected]] FROM EXTERNAL PROVIDER;

Reference:

https://docs.microsoft.com/en-us/sql/t-sql/statements/create-user-transact-sql

asked 02/10/2024
Tim baxter
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first