Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sondosaabed/joining-data-in-sql
In this course I learned how to use table joins and relational set theory on joining data. I have also learned how to work with more than one table in SQL, use inner joins, outer joins, and cross joins, leverage set theory, including unions, intersect, and except clauses, and create nested queries.
https://github.com/sondosaabed/joining-data-in-sql
datacamp-course join joining-data joining-tables sql
Last synced: 22 days ago
JSON representation
In this course I learned how to use table joins and relational set theory on joining data. I have also learned how to work with more than one table in SQL, use inner joins, outer joins, and cross joins, leverage set theory, including unions, intersect, and except clauses, and create nested queries.
- Host: GitHub
- URL: https://github.com/sondosaabed/joining-data-in-sql
- Owner: sondosaabed
- License: mit
- Created: 2024-07-08T17:06:18.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-09T00:04:38.000Z (6 months ago)
- Last Synced: 2024-11-06T15:39:39.812Z (2 months ago)
- Topics: datacamp-course, join, joining-data, joining-tables, sql
- Language: SQL
- Homepage: https://www.datacamp.com/completed/statement-of-accomplishment/course/ac9e16ea6efa52f9929e26643b95a26c3191297c
- Size: 7.89 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Joining-Data-in-SQL
In this course I learned how to use table joins and relational set theory on joining data. I have also learned how to work with more than one table in SQL, use inner joins, outer joins, and cross joins, leverage set theory, including unions, intersect, and except clauses, and create nested queries.## Course Chapters
- **Chapter 1: Introducing Inner Joins:** In this chapter, I have learned the concept of joining tables and explored all the ways to enrich queries using joins—beginning with inner joins.- **Chapter 2: Outer Joins, Cross Joins and Self Joins:** Came to grips with different kinds of outer joins. Learned about cross joins. Finally, I have learn about situations in which I might join a table with itself.
- **Chapter 3: Set Theory for SQL Joins:** In this chapter, I have learned about using set theory operations in SQL, with an introduction to UNION, UNION ALL, INTERSECT, and EXCEPT clauses. I have explored the predominant ways in which set theory operations differ from join operations.
- **Chapter 4: Subqueries:** In this closing chapter, I began by investigating semi-joins and anti-joins. I have also learned how to use nested queries. Wrapped up the course with some challenges...
## Statement of Accomplishment
![image](https://github.com/sondosaabed/Joining-Data-in-SQL/assets/65151701/e0e4d2a4-cdba-4145-99c1-b472eb43babd)