previous |
start |
next
Stored Procedures
- Are executed in the database kernel
- This is much faster than issuing sequences of SQL commands
- Databases don't all use the same syntax for stored
procedures
- You must first download the stored procedure into the
database
- You can use the CREATE PROCEDURE statement to do this
previous |
start |
next