SQL and DAA

123456789101112131415
Across
  1. 3. : Shortest path algorithm used in graphs without negative weights
  2. 6. : Sorting algorithm with O(n log n) time complexity
  3. 8. : Sorts the result set in ascending or descending order
  4. 11. : Problem involving choosing items with weights and values
  5. 13. : Search algorithm that splits data into halves
  6. 14. : When a function calls itself to solve smaller instances
  7. 15. : SQL command to create a new table
Down
  1. 1. : Clause used to filter records in a query
  2. 2. : Combines rows from two or more tables
  3. 4. : Used to retrieve data from a database
  4. 5. : SQL keyword used to modify existing data
  5. 7. : Groups rows with the same values
  6. 9. : Describes the worst-case performance of an algorithm
  7. 10. : Algorithm to find the minimum spanning tree
  8. 12. : Function that returns total number of records