Functions
Across
- 2. Collection of procedures/functions grouped together
- 5. Specifies the output of a function
- 8. Executes a block of SQL code (may not return value)
- 10. Auto-runs when certain DB events occur
Down
- 1. Used to execute a procedure or function
- 3. Used to iterate through rows in a result set
- 4. Improves data retrieval speed
- 6. Handles errors in DB programs
- 7. Returns a value after executing code
- 9. Virtual table created from a query