Functions

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