Skip to content

Reorder SQL Quick Start Guide: move subqueries to end#19

Closed
Copilot wants to merge 10 commits intohtml-enhanced-tablesfrom
copilot/create-tables-and-queries
Closed

Reorder SQL Quick Start Guide: move subqueries to end#19
Copilot wants to merge 10 commits intohtml-enhanced-tablesfrom
copilot/create-tables-and-queries

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 11, 2026

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

  • Section order updated: Subqueries moved from position 3 to 11
  • Sections 4-11 renumbered to 3-10
  • Table of contents updated in both markdown and HTML versions
  • Content unchanged: 100% of subquery examples preserved, only position changed

New structure

1. Create Tables
2. Single Table Query
3. DISTINCT          (was 4)
4. ORDER BY          (was 5)
5. Foreign Key       (was 6)
6. Multi Table       (was 7)
7. Aggregate Fns     (was 8)
8. GROUP BY          (was 9)
9. HAVING            (was 10)
10. Set Operations   (was 11)
11. Subqueries       (was 3) ← moved

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.

Copilot AI and others added 3 commits February 11, 2026 03:29
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
Copilot AI requested a review from khalefa-ow February 11, 2026 03:33
Copilot AI and others added 2 commits February 11, 2026 04:10
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
@khalefa-ow khalefa-ow marked this pull request as ready for review February 11, 2026 05:30
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
@khalefa-ow khalefa-ow closed this Feb 11, 2026
@khalefa-ow khalefa-ow deleted the copilot/create-tables-and-queries branch February 11, 2026 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants