Some links about the topic from title
https://github.com/andreas5588/openflights_dataset
https://community.intersystems.com/post/tips-and-tricks-brand-new-load-data-command
https://hub.docker.com/r/andreasschneiderixdbde/openflights-iris-zeppelin
https://hub.docker.com/r/andreasschneiderixdbde/openflights-iris
https://openexchange.intersystems.com/package/openflights_dataset
https://www.kaggle.com/datasets/sherrytp/airline-delay-analysis/code
The Million Song Dataset Challenge aims at being the best possible offline evaluation of a music recommendation system
https://www.kaggle.com/c/msdchallenge/overview
Do you want to query complex data structures in an iterative way? Do you have access to hierarchical data structures that need to be queried? This course will teach you the tools required to solve these questions. You will learn how to write recursive queries and query hierarchical data structures. To do this, you will use Common Table Expressions (CTE) and the recursion principle on a wide variety of datasets. You will, for example, dig into a flight plan dataset and learn how to find the best and cheapest connection between two airports. After completing this course, you will understand the principle of recursion, and be able to identify and create hierarchical data models.
https://www.datacamp.com/courses/hierarchical-and-recursive-queries-in-sql-server
This article aims at showing good practices on how to retrieve data with SQL using practical examples on the data above. The following topics are covered:
- operations on columns
- most common joins
- aggregations and window functions
- tips to handle complex queries
https://www.mit.edu/~amidi/teaching/data-science-tools/tutorial/queries-with-sql/
Have you ever wondered about the differences between a subquery and a common table expression (CTE) in SQL? The concepts seem very similar, but knowing the difference – and when to use each one – will help you write efficient and readable queries.