Across
- 4. Sorting algorithm with O(n log n) time complexity using divide and conquer
- 6. SQL command to create a new table
- 8. SQL constraint ensuring all values in a column are different
- 9. Clause used to group rows with the same values
- 10. Searching algorithm that divides array into halves
- 12. Shortest path algorithm used in graphs without negative weights
- 15. SQL function that returns the total number of records
Down
- 1. Clause used to filter records in a query
- 2. SQL command that removes all records from a table but not the table itself
- 3. SQL keyword used to sort the result set
- 5. SQL keyword used to change data in a table
- 7. Dynamic programming problem involving weights and values
- 11. Algorithm to find the minimum spanning tree
- 12. Strategy that breaks a problem into subproblems and combines their solutions
- 13. SQL keyword that combines rows from two or more tables
- 14. Used to retrieve data from a database
