1) Difference between VARCHAR in SQL 2000 & 2005?
2) What is @, @@ in SQL?
Code:
ANSWER - @ is used for local variable
@@ is used for global variable
Any more explanation?
3) Is their any Implicit or Explicit cursors in SQL?