exam questions

Exam 98-364 All Questions

View all questions & answers for the 98-364 exam

Exam 98-364 topic 1 question 10 discussion

Actual exam question from Microsoft's 98-364
Question #: 10
Topic #: 1
[All 98-364 Questions]

You need to enable a new employee to authenticate to your database.
Which command should you use?

  • A. ALLOW USER
  • B. CREATE USER
  • C. ADD USER
  • D. INSERT USER
  • E. ALTER USER
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
jrn1992
Highly Voted 5 years ago
The CREATE USER statement creates a database user to log into SQL Server. A database user is mapped to a Login, which is an identity used to connect to a SQL Server instance. CREATE USER user_name FOR LOGIN login_name;
upvoted 6 times
...
elkreationZ
Most Recent 3 years, 11 months ago
B) CREATE USER
upvoted 1 times
...
syed5
4 years, 11 months ago
CREATE USER: See: https://docs.microsoft.com/en-us/sql/t-sql/statements/create-user-transact-sql?view=sql-server-ver15
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...