There are several very large tables in the Hovercraft database. You want to create a database object that users in the India office can issue select queries against that will return only results that have the Country column of the Sales table set to the value India.

Which of the following Transact-SQL statements can you use to accomplish this task

 Posted by Rajkatie on 11/30/2012 | Category: Sql Server Interview questions | Views: 4913 | Points: 40
Select from following answers:
  1. CREATE PROCEDURE
  2. CREATE VIEW
  3. DROP PROCEDURE
  4. All Above

Show Correct Answer


Source: Microsoft Press book | | Alert Moderator 

Comments or Responses

Login to post response