Oracle procedures questions and answers

Using SQL statements, remote tables can be accessed in procedures. Database links are specifically used for this purpose.......
Return statement in a stored procedure is not to return values.....
Information in subprograms is passed through parameters. If the parameter declared in a subprogram is referenced in the subprogram body, it is called as a formal parameter..