2 مستودعات
Resources for practicing the construction and refinement of SQL queries for data manipulation.
Distinguishing note: Candidates focused on editors, debuggers, or distributed querying rather than the practice of writing queries.
Explore 2 awesome GitHub repositories matching education & learning resources · SQL Query Practice. Refine with filters or upvote what's useful.
هذا المشروع هو مستودع حلول LeetCode يحتوي على مجموعة من حلول المشكلات الخوارزمية وقواعد البيانات. يعمل كدليل لتنفيذ الخوارزميات ومرجع للبرمجة التنافسية، حيث يوفر كوداً محسناً لتوضيح استخدام هياكل البيانات وأنماط البرمجة الفعالة. يتضمن المستودع حلولاً لتحديات حسابية معقدة تم تنفيذها بلغات برمجة متعددة ومجموعة من استعلامات SQL لاسترجاع البيانات ومعالجتها عبر مستويات صعوبة مختلفة. تم تصميم هذه الموارد لدراسة البرمجة التنافسية والتحضير للمقابلات التقنية. يستخدم المشروع هيكل دليل خاص بكل لغة وتعيين ملفات قائم على المشكلات لتنظيم الكود المصدري. كما يستخدم غلاف بناء (Build Wrapper) قائم على Gradle لتجميع Java ونصوص برمجية (Shell scripts) لمعالجة النصوص.
Provides resources for writing and refining database queries to solve data retrieval challenges.
Learn-SQL is an interactive platform and exercise repository designed for beginner programming education, specifically focusing on SQL query practice and relational database management. It functions as an in-browser learning tool where users can execute database scripts and practice foundational querying skills without requiring any backend server infrastructure. The platform evaluates database queries directly inside the browser session by compiling an entire SQL engine into portable WebAssembly bytecode. Curriculum content, lesson instructions, and challenge prompts are stored as plain text
Guides beginners through hands-on SQL query practice and relational join exercises.