DOCUMENT RESOURCES FOR EVERYONE
Documents tagged
Technology PLSQL Cursors

1. PL/SQL Cursors ByPraveen & Naresh 2. What is Cursors ? SQL:> SELECT * FROM employee; Oracle RDBMS : Assigns a private work area for that stmt. 3. contd.. PL/SQL…

Technology Stored procedure

1. STORED PROCEDURE 2. STORED PROCEDURE RAJISHMA T. 19/04/89 3. • A Stored procedure is a procedure that is stored in a database. • It has a name,parameter list and sql…

Technology Les02

1.2Design ConsiderationsCopyright © 2004, Oracle. All rights reserved.2. ObjectivesAfter completing this lesson, you should be able to dothe following: • Identify guidelines…