What is the difference between a local and a global variable?
Answer Posted / l.pandiyan
A global variable can be accessed by all functions. It is
initialized at the beginning of the program and is deleted
when the program shuts down. A local variable is isolated in
its function.
Is This Answer Correct ? | 70 Yes | 6 No |
Post New Answer View All Answers
How real and float literal values are rounded?
Explain what is cte (common table expression)?
Would you store your query in a ssrs report or a database server? State the reason why?
What is openrowset sql server?
How to execute a sql statement using mssql_query()?
How to execute the cursor queries with "open" statements?
How to Sync Two SQL Azure Databases?
Explain transaction server consistency?
Can the “if update (colname)” statement be used in a delete trigger?
Stored Procedure returns data from multiple tables. How to access it in your ASP.Net code?
OPTIMIZATION OF SP,CURSOR,TRIGGERS
I applied Transactional with updatable subscriptions replication on 2 tables now i want to delete those 2 tables but i cannot delete those tables as replication is running how can i stop replication for those 2 tables(but i don't want to delete those replicated tables but i need to stop the replication) how can i do that
How is foreign key related to primary key?
Explain different types of collation sensitivity?
How to generate random numbers with the rand() function in ms sql server?