What is the correct syntax for creating new Login on the Sql Server?

 Posted by Vishalneeraj-24503 on 4/1/2015 | Category: Sql Server Interview questions | Views: 2706 | Points: 40
Select from following answers:
  1. USE LOGIN login_id WITH PASSWORD password
  2. CREATE LOGIN login_id WITH USE password
  3. CREATE LOGIN login_id USE password
  4. CREATE LOGIN login_id WITH PASSWORD password
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response