Multiple choice

Using SQL Server 2000, which of the following symbols is used to indicate parameters in stored procedures?

  1. @

  2. #

  3. %

  4. (_)

  5. $
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

@ is a stored procedure, you would set it before the query.