Multiple Choice
Which of the following is known to be true if the command EXEC abcCust @Cost = 5 is used to invoke a stored procedure in the Microsoft SQL Server Management Studio?
A) Cost = 5 is a CHECK constraint.
B) The name of the stored procedure is abcCust.
C) The name of the stored procedure is abc.
D) Cust is given the value 5.
E) abcCust is the name of a table or view in the database.
Correct Answer:

Verified
Correct Answer:
Verified
Q16: In SQL Server,triggers can roll back the
Q19: Briefly explain the different SQL Server backup
Q42: Explain SQL Server indexes.
Q58: SQL Server system functions start with the
Q60: When creating SQL Server tables in a
Q61: In addition to the standard SQL Server
Q63: The language available in SQL Server that
Q64: A stored procedure can be stored in
Q66: With SQL Server,a cluster index has the
Q72: What is the SQL CLR?