What is the use 'return' keyword in Stored Procedure?

Answers were Sorted based on User's Feedback



What is the use 'return' keyword in Stored Procedure?..

Answer / 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

What is the use 'return' keyword in Stored Procedure?..

Answer / abinash

by using only return in SP we ca exit unconditionally and
return status only return values indicate a return code from
the stored
procedure.

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Sybase Interview Questions

Differentiate between clustered and non-clustered index.

1 Answers  


What is my identity burn factor vulnerability right now in sybase?

1 Answers  


Sybase system databases

2 Answers  


what is the architechure of sybase ASE?

2 Answers   ocbc,


What is the command for quitting from sybase?

1 Answers  


Why do my page locks not get escalated to a table lock after 200 locks?

1 Answers  


Explain 'forcing an index' concept.

1 Answers  


What is table partitioning in sybase?

1 Answers  


What is open client in sybase?

1 Answers  


What will happen if we create more indexes on a sysbase iq table?

1 Answers  


What is sybase infomaker?

1 Answers  


What is the difference between replication server and sql remote in sybase?

1 Answers  


Categories