Multiple choice technology databases

Which authentication mode lets you use both SQL Server logins and Windows logins?

  1. Kerebos authentication

  2. Windows

  3. Mixed Mode

  4. Network Service account

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Mixed Mode authentication allows both Windows authentication and SQL Server authentication to be used to connect to the database. Windows mode only permits Windows logins, while Kerberos and Network Service are not database authentication modes but rather authentication protocols or service accounts.