Which word is missing from the following statement to create a stored procedure?
CREATE PROCEDURE uspGetAllEmployees SET NOCOUNT ON; SELECT LastName, FirstName, Department FROM vEmployeeDepartmentHistory; GO

 Posted by Bandi on 11/13/2013 | Category: Sql Server Interview questions | Views: 8027 | Points: 40
Select from following answers:
  1. STORED
  2. END
  3. AS
  4. BEGIN
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response