Explain about the RETURN statement?
Submitted by: AdministratorA RETURN statement is used to terminate the execution of a stored function. This inturn returns a value of expr to the function caller. In a stored function there should be at least a single return statement. If there exists multiple functions it can have multiple exit points.
Submitted by: Administrator
Submitted by: Administrator
Read Online Stored Procedure Job Interview Questions And Answers
Top Stored Procedure Questions
☺ | Explain about the case statement present in Stored procedure? |
☺ | State the different extensions for stored procedures? |
☺ | Explain about the RETURN statement? |
☺ | Explain about the implementation of stored procedures? |
☺ | Explain about cursors? |
Top Databases Programming Categories
☺ | RDBMS Interview Questions. |
☺ | SQL Interview Questions. |
☺ | SSRS Interview Questions. |
☺ | Database Administrator (DBA) Interview Questions. |
☺ | Sybase Interview Questions. |