What is a global variable in SQL?

What is a global variable in SQL?
A global variable is a variable that does not belong to any Stored Proecdure or trigger, cursor and can be accessed from anywhere in a database by any stored procedure or trigger, cursor.

No comments: