what is call by value & call by reference ?
Answer Posted / ravi kumar ravuri
In-Call by value, we can send the vale of variable as a
parameter.
In-Call by reference , we can send the memory address of
variable as a parameter
| Is This Answer Correct ? | 28 Yes | 3 No |
Post New Answer View All Answers
Do you know what is normalization of database? What are its benefits?
How to rebuild master databse?
How can you control the amount of free space in your index pages?
hi, the following are the outputs of sp_spaceused and sp_tempdbspace sp_spaceused ------------ database size unallocated size tempdb 77752.95 MB 28026.99 MB sp_tempdbspace ------------- database size spaceused tempdb 77752.945312 1.007812 the unused space in sp_spaceused is nearly 28 Gb and in sp_tempdbspace is nearly 76 Gb cany any one explain about this output and why its giving different results.
What is acid mean in sql server?
How to receive returning result from a query?
What are the recovery models for a database?
How will you hide an attribute? : sql server analysis services, ssas
what is sql server? : Sql server database administration
code to create procedure for taking databse backup in sql server or i have the query for it but what it's query returns means i want to show on my jsp that the databse backup has been taken on the basis of that return value.does it returns 0 or 1.wat is the code for that
How to insert stored procedure result into temporary table?
What is sub query and its properties?
What is transact-sql ddl trigger?
What is @@error in sql?
What is molap and its advantage? : sql server analysis services, ssas