What is the difference between a local and a global variable?
Answer Posted / rattana
global variable can be accessed by all functions. local variable is isolated in its function.It is initialized at the beginning of the program and deleted when the program closed.
| Is This Answer Correct ? | 31 Yes | 10 No |
Post New Answer View All Answers
How use inner join in sql server?
How can we solve concurrency problems?
How to return the second 5 rows in ms sql server?
What is federation member?
How do you Implement SSIS Packages in your Project?
I have all the primary data files, secondary data files as well as logs. Now, tell me can I still restore the database without having a full backup? : sql server database administration
Can you pass expressions to stored procedure parameters?
State the difference between union and union all?
Differentiate between truncate vs delete in mssql?
How do I get Report Builder to generate a parameter that can be set by users viewing the report?
Will count(column) include columns with null values in its count?
What does REVERT do in SQL Server 2005?
Why is there a performance difference between two similar queries where one uses union and the other uses union all?
What are the types of subquery?
How you can change a cross join into an inner join?