Across
- 5. Different types of Outer Joins are Left, Right, ____
- 7. Opens a cursor to retrieve query results
- 10. Shows a prepared query
- 14. VIEW Adds a new view to the database
- 16. A set of DDL and DML clubbed to be done together
- 18. Runs a SQL statement dynamically
- 20. Removes user access privileges
- 21. Retrieves data from the database
Down
- 1. Ends the current transaction
- 2. Defines a cursor for a query(3,7)
- 3. Closes a cursor
- 4. Aborts the current transaction
- 6. Modifies existing database data
- 8. Describes the data access plan for a query
- 9. To create a where clause after Group By
- 11. A Join which is more efficent than brute force
- 12. Grants user access privileges
- 13. Adds new rows of data to the database
- 15. Gets a SQL statement ready for dynamic execution
- 17. Removes rows of data from the database
- 19. Retrieves a row of query results
