1.

Which of the following keyword is not associated with initialization of variable?(a) DECLARE(b) SET(c) SELECT(d) All of the mentionedI have been asked this question during an online interview.I need to ask this question from Variables in chapter Developing with SQL Server of SQL Server

Answer»

Correct choice is (d) All of the mentioned

The best explanation: Variables are DECLARED in the body of a batch or procedure with the DECLARE STATEMENT and are assigned values by USING either a SET or SELECT statement.



Discussion

No Comment Found

Related InterviewSolutions