1.

The variables in the triggers are declared using(a) –(b) @(c) /(d) /@The question was posed to me in examination.The above asked question is from Triggers in section SQL : Queries, Constraints and Triggers of Database Management

Answer» RIGHT OPTION is (b) @

The BEST explanation: Example : DECLARE @EMPID int; where empid is the variable.


Discussion

No Comment Found

Related InterviewSolutions