adplus-dvertising
frame-decoration

Question

Point out the right statement.

a.

The server always maintain the values of local variable

b.

Local variable names begin with a @@ prefix

c.

T-SQL restricts the use of variables in ways that aren’t common in other development environments

d.

None of the mentioned

Answer: (c).T-SQL restricts the use of variables in ways that aren’t common in other development environments

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Point out the right statement.

Similar Questions

Discover Related MCQs

Q. Which of the following global has return type ‘numeric’?

Q. _________ gives amount of time, in ticks, that SQL Server has been idle since it was last started.

Q. @@LANGUAGE variable whose return type nvarchar is specified in _____________

Q. Life cycle of typical cursor involves ______ steps in SQL Server.

Q. Point out the correct statement.

Q. How many type of cursor is present in SQL Server?

Q. Various alternatives to cursor in SQL Server are ___________

Q. Point out the wrong statement.

Q. A dynamic cursor in SQL Server allows you to see __________ data.

Q. Which of the cursors further have their subtypes?

Q. Which of the following FORWARD ONLY Cursor is populated at the time of creation?

Q. ____________ cursor is sensitive to any changes to the data source.

Q. SQL Server static cursors are always ___________

Q. Which of the following blocks are used for error handling in SQL Server?

Q. Point out the correct statement.

Q. Which of the following statements can be checked for Errors?

Q. Purpose of TRY…CATCH block in SQL Server is ___________

Q. Point out the wrong statement.

Q. Which of the following benefit does Exception handling with the TRY and CATCH blocks provide?

Q. Exception handling is possible in SQL Server using _____________