Home »
MCQs »
Transact-SQL (T-SQL) MCQs
In the declaration_section of the procedure is where we declare ____?
28. In the declaration_section of the procedure is where we declare ____?
- Global variable
- Local variable
Answer: B) Local variable
Explanation:
In the declaration_section of the procedure is where we declare the LOCAL variable.