What is the use 'return' keyword in Stored Procedure?
Answer Posted / rinu
Return values indicate a return code from the stored
procedure. mention return @xx where xx is a variable and
declared as an out variable.
| Is This Answer Correct ? | 15 Yes | 6 No |
Post New Answer View All Answers
How do you view log files in sybase?
How would you replicate col = col + 1 in sybase?
List similarities and differences between oracle & sybase.
What is table partitioning in sybase?
What measures are there to increase the db space?
You need to add a notnull column in a table by using alter command (without using default command). How would you do that?
Does table partitioning require user-defined segments in sybase?
How can I improve throughput in sybase?
How do I create a partitioned table that spans multiple devices in sybase?
Can two tasks be assigned to the same partition in sybase?
Differentiate between clustered and non-clustered index.
How do I set ts role in order to run certain dbccs?
Explain coalesce.
How to start and stop sybase database in linux sap?
What are the main differences between 11.x and 12.x versions of sybase?