Reorder SQL Quick Start Guide: move subqueries to end#19
Closed
Copilot wants to merge 10 commits intohtml-enhanced-tablesfrom
Closed
Reorder SQL Quick Start Guide: move subqueries to end#19Copilot wants to merge 10 commits intohtml-enhanced-tablesfrom
Copilot wants to merge 10 commits intohtml-enhanced-tablesfrom
Conversation
Co-authored-by: khalefa-ow <88914125+khalefa-ow@users.noreply.github.com>
…d lab Co-authored-by: khalefa-ow <88914125+khalefa-ow@users.noreply.github.com>
Co-authored-by: khalefa-ow <88914125+khalefa-ow@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create new version with SQL table and query examples
Add reorganized SQL fundamentals lab with pedagogical topic ordering
Feb 11, 2026
Co-authored-by: khalefa-ow <88914125+khalefa-ow@users.noreply.github.com>
…ive labs Co-authored-by: khalefa-ow <88914125+khalefa-ow@users.noreply.github.com>
Copilot
AI
changed the title
Add reorganized SQL fundamentals lab with pedagogical topic ordering
Add streamlined SQL Quick Start Guide for faster onboarding
Feb 11, 2026
Co-authored-by: khalefa-ow <88914125+khalefa-ow@users.noreply.github.com>
Co-authored-by: khalefa-ow <88914125+khalefa-ow@users.noreply.github.com>
Copilot
AI
changed the title
Add streamlined SQL Quick Start Guide for faster onboarding
Reduce repository to Quick Start Guide essentials only
Feb 11, 2026
Co-authored-by: khalefa-ow <88914125+khalefa-ow@users.noreply.github.com>
Copilot
AI
changed the title
Reduce repository to Quick Start Guide essentials only
Add nested queries, IN/NOT IN, and EXISTS examples to Quick Start Guide
Feb 11, 2026
Co-authored-by: khalefa-ow <88914125+khalefa-ow@users.noreply.github.com>
Copilot
AI
changed the title
Add nested queries, IN/NOT IN, and EXISTS examples to Quick Start Guide
Reorder SQL Quick Start Guide: move subqueries to end
Feb 11, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Subqueries are an advanced topic requiring understanding of basic SELECT, JOINs, and aggregates. Moved from section 3 to section 11 for better learning progression.
Changes
New structure
Students now learn foundational concepts before encountering nested queries.
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.