Answer:
a) @@Identity means newly inserted row of int identity column
b) @@Rowcount is the number of rows affected by last statement
c) @@Error means last error that has occurred during a Transact-SQL operation
Asked In: Many Interviews |
Alert Moderator