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