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
Mention the differences between having and where clause.
What is sql server management studio? : sql server management studio
Write a program using SQL queries to find a unique entry in a table.
What is partition index in sql server?
What do you understand by integration services in sql server?
What is 1nf normalization form?
After creating the cube, if we added a new column to the oltp table then how you add this new attribute to the cube? : sql server analysis services, ssas
How to disconnect from a sql server using mssql_close()?
How to use wildcard characters in like operations in ms sql server?
Indexes are updated automatically is the full-text index also updated automatically?
Where sql server usernames and passwords are stored in a sql server?
Is it possible to replicate data from sql server to oracle? : sql server replication
What are the differences between stored procedure and the dynamic sql?
How to delete exactly duplicate records from a table?
Tell me what is difference between view and materialized view?