Skip to content

Conversation

Adez017
Copy link
Member

@Adez017 Adez017 commented Aug 29, 2025

Description

Added docs for all sql joins with examples and summaries and explaining each one in detail

Fixes #372

Type of Change

  • New feature (e.g., new page, component, or functionality)
  • Bug fix (non-breaking change that fixes an issue)
  • UI/UX improvement (design, layout, or styling updates)
  • Performance optimization (e.g., code splitting, caching)
  • Documentation update (README, contribution guidelines, etc.)
  • Other (please specify):

Changes Made

Added new section in Sql docs as sql joins
added files for each type of join

Dependencies

  • List any new dependencies or tools required for this change.
  • Mention any version updates or configurations that need to be considered.

Checklist

  • My code follows the style guidelines of this project.
  • I have tested my changes across major browsers/devices
  • My changes do not generate new console warnings or errors , I ran npm run build and attached scrrenshot in this PR.
  • This is already assigned Issue to me, not an unassigned issue.

Copy link

vercel bot commented Aug 29, 2025

@Adez017 is attempting to deploy a commit to the recode Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. The estimated time for response is 5–8 hrs.

In the meantime, please provide all necessary screenshots and make sure you run - npm build run , command and provide a screenshot, a video recording, or an image of the update you made below, which helps speed up the review and assignment. If you have questions, reach out to LinkedIn. Your contributions are highly appreciated!😊

Note: I maintain the repo issue every day twice at 8:00 AM IST and 9:00 PM IST. If your PR goes stale for more than one day, you can tag and comment on this same issue by tagging @sanjay-kv.

We are here to help you on this journey of open source. Consistent 20 contributions are eligible for sponsorship 💰

🎁 check our list of amazing people we sponsored so far: GitHub Sponsorship. ✨

📚Your perks for contribution to this community 👇🏻

  1. Get free Consultation use code recode50 to get free: Mentorship for free.

  2. Get the Ebook for free use code recode at checkout: Data Science cheatsheet for Beginners.

  3. Check out this weekly Newsletter: Sanjay's Newsletter.

If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Adez017
Copy link
Member Author

Adez017 commented Aug 29, 2025

Hi @sanjay-kv , @iitzIrFan please take a look and i also request you to add level3 as if possible

@iitzIrFan iitzIrFan requested a review from Copilot August 29, 2025 13:47
@iitzIrFan iitzIrFan moved this to In Progress in @recode-web Aug 29, 2025
Copilot

This comment was marked as outdated.

@iitzIrFan iitzIrFan added the under review Review under the maintainers or the admins label Aug 29, 2025
@iitzIrFan
Copy link
Member

@Adez017 Do the above changes suggested by co-pilot rest is fine.

Adez017 and others added 3 commits August 29, 2025 19:32
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@Adez017 Adez017 requested a review from iitzIrFan August 29, 2025 14:08
@Adez017
Copy link
Member Author

Adez017 commented Aug 29, 2025

Hi @iitzIrFan , i had made the changes take a look

@iitzIrFan iitzIrFan requested a review from Copilot August 29, 2025 14:11
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds comprehensive documentation for SQL joins to the site. It includes a complete section covering all major join types with detailed examples, syntax explanations, and practical use cases for each join operation.

Key changes:

  • Added a new "SQL Joins" sidebar section with 7 new documentation pages
  • Provides detailed coverage of INNER JOIN, LEFT JOIN, RIGHT JOIN, FULL OUTER JOIN, CROSS JOIN, and SELF JOIN
  • Includes an introductory page explaining SQL joins concepts and when to use each type

Reviewed Changes

Copilot reviewed 8 out of 15 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
sidebars.ts Added new "SQL Joins" category with navigation structure for all join documentation pages
docs/sql/SQL-joins/intro-sql-joins.md Introduction page explaining SQL joins concepts and overview of all join types
docs/sql/SQL-joins/inner-join.md Comprehensive documentation for INNER JOIN with examples and best practices
docs/sql/SQL-joins/left-join.md Detailed LEFT JOIN documentation including practical examples and NULL handling
docs/sql/SQL-joins/right-join.md RIGHT JOIN documentation with syntax, examples, and comparison to LEFT JOIN
docs/sql/SQL-joins/full-outer-join.md FULL OUTER JOIN documentation with database compatibility notes and alternatives
docs/sql/SQL-joins/cross-join.md CROSS JOIN documentation with performance considerations and practical examples
docs/sql/SQL-joins/self-join.md SELF JOIN documentation covering hierarchical data and comparison scenarios

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.


],
};

Copy link

Copilot AI Aug 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed trailing whitespace, which is good practice for clean code formatting.

Copilot uses AI. Check for mistakes.

Adez017 and others added 2 commits August 29, 2025 19:42
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Copy link
Member

@iitzIrFan iitzIrFan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM ! @Adez017
@sanjay-kv Ready for Merge.

@iitzIrFan iitzIrFan requested a review from sanjay-kv August 29, 2025 14:28
@Adez017
Copy link
Member Author

Adez017 commented Aug 30, 2025

Any Updates ?? @sanjay-kv

@Adez017
Copy link
Member Author

Adez017 commented Sep 2, 2025

is there Any updates regarding this PR @iitzIrFan @sanjay-kv

@Adez017
Copy link
Member Author

Adez017 commented Sep 2, 2025

@sanjay-kv , also look into this PR

Copy link

vercel bot commented Sep 2, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
recode-website Ready Ready Preview Comment Sep 2, 2025 4:59pm

@Adez017
Copy link
Member Author

Adez017 commented Sep 2, 2025

Hi @sanjay-kv , please add the gssoc related lables to this PR and also some of my merged PR
CC: @iitzIrFan

@sanjay-kv sanjay-kv merged commit c4c6199 into recodehive:main Sep 2, 2025
3 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in @recode-web Sep 2, 2025
@Adez017
Copy link
Member Author

Adez017 commented Sep 2, 2025

please add the gssoc related label to this PR @sanjay-kv

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc25 level 2 30 points under review Review under the maintainers or the admins

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

📝[Docs]:Add Joins to SQL

3 participants