-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add JOINs piece to relational databases section (#470)
* add joins piece and images * Optimised images with calibre/image-actions * Add JOINs piece to index.mdx * Update authors.json * Update authors.json * add author to piece * Apply suggestions from code review * Apply suggestions from Niko's code review Co-authored-by: Nikolas <[email protected]> * Remove line breaks * Fix code snippet under lateral joins * image resizing and change index name * Optimised images with calibre/image-actions * update table properties image * Optimised images with calibre/image-actions * Add backticks to joins headings * Explain join syntax in a bulleted list * enlarge relationship betw tables image I hope * Update heading to types of joins * remove brackets from inner join query * define anti-join * Turn postgres definition into quote and move note to bottom of lateral joins * update sql queries under relations section * Update explanation about redundancy for one-to-many relation * emphasize that primary key is not always used * Update sql schemas * show query for result set * remove quote from sql schema * add crosslinks --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Nikolas <[email protected]>
- Loading branch information
1 parent
221910e
commit 23c2469
Showing
13 changed files
with
956 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
408 changes: 408 additions & 0 deletions
408
content/03-types/02-relational/07-what-are-joins-in-sql.mdx
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+8.8 KB
content/dataguide-images/types/relational/what-are-joins/full-join.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+137 KB
content/dataguide-images/types/relational/what-are-joins/header-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.85 KB
content/dataguide-images/types/relational/what-are-joins/inner-join.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.1 KB
content/dataguide-images/types/relational/what-are-joins/left-join.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.02 MB
...ataguide-images/types/relational/what-are-joins/relationship-between-tables.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions
1
...ataguide-images/types/relational/what-are-joins/relationship_between_tables.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.67 KB
content/dataguide-images/types/relational/what-are-joins/right-join.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+58 KB
content/dataguide-images/types/relational/what-are-joins/table-properties.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.