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 many types of schemas are there?
What are the new features introduced in SQL Server 2000 (or the latest release of SQL Server at the time of your interview)? What changed between the previous version of SQL Server and the current version?
Where are SQL server users names and passwords are stored in sql server?
How will you go about resolving deadlocks?
What are the advantages of using cte?
what are the reporting service components in SSRS?
What does it mean to manipulate data?
What are group functions in query statements in ms sql server?
define and explain the differences between clustered and non-clustered indexes.
How to execute a sql statement using odbc_exec()?
How do I find sql server instance name?
Explain the relational database management system (rdbms)?
how to overcome kernel isssues
What do you understand by a view?
What do you understand by user-defined function in the sql server and explain the steps to create and execute a user-defined function in the sql server?