Which word is missing from the following statement to create a stored procedure?

CREATE PROCEDURE HumanResources.uspGetAllEmployees SET NOCOUNT ON; SELECT LastName, FirstName, Department FROM HumanResources.vEmployeeDepartmentHistory; GO

 Posted by Bandi on 7/30/2014 | Category: Sql Server Interview questions | Views: 1810 | Points: 40
Select from following answers:
  1. BEGIN
  2. STORED
  3. END
  4. AS
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response