SQL
SQL stands for structured query language. It uses commands such as “select”, “insert”, “update”, “delete”. Some common relational database management systems that use SQL are: Oracle, MySQL, Microsoft SQL Server, PostgreSQL, etc.
- GitHub: https://github.com/topics/sql
- Wikipedia: https://en.wikipedia.org/wiki/SQL
- Created by: Donald D. Chamberlin, Raymond F. Boyce
- Released: 1986
- Related Topics: database,
- Last updated: 2026-06-23 00:29:40 UTC
- JSON Representation
https://github.com/majora2007/easy-java
I wrote this program because I was tired of writing POJOs from SQL then having to write the RowMapper afterwards. This simple program generates the Entity POJO and RowMapper
automation java pojobuilder pojos python rowmapper sql
Last synced: 21 Jan 2026
https://github.com/rushhaabhhh/harvard-cs50w-projects
This repository contains a collection of notes and projects from the Harvard CS50w series, covering web development topics such as HTML, CSS, JavaScript, Django, CI/CD, testing, SQL, migrations, and scalability.
ci-cd-pipeline django harvardcs50 javascript migrations sql
Last synced: 30 Apr 2026
https://github.com/profpantoja/bd-exercicios
Repositório das listas de Exercícios da disciplina de Modelagem de Banco de Dados e Banco de Dados.
der mariadb mer modelo-conceitual modelo-entidade-relacionamento peter-chen sql
Last synced: 22 Feb 2026
https://github.com/ronnyrocke/cadastrodeescolacominterface
Aplicação de cadastro escolar feito com Interface gráfica (Javafx) + integração com Banco De Dados
java javafx mysql scenebuilder sql
Last synced: 09 May 2026
https://github.com/reznikovroman/itmo-devops-masters-course
Магистратура DevOps. Курс по Базам Данных
databases postgresql python sql sqlalchemy
Last synced: 20 Apr 2026
https://github.com/krisnasuma/taskharianweb
Dikembangkan Menggunakan Native php (versi 7.2.3)
css database javascript native php sql
Last synced: 29 Apr 2026
https://github.com/wtanaka/ansible-role-sqlite
Ansible role to install sqlite command line tools
ansible ansible-galaxy ansible-role ansible-roles database db galaxy rdbms sql sqlite sqlite-database sqlite3 sqlite3-database
Last synced: 29 Apr 2026
https://github.com/dmytrodemianchuk/crud-music
simple crud app
crud docker docker-compose golang sql
Last synced: 09 May 2026
https://github.com/sultanfariz/leetcode-solutions
The source code I created to track my progress in solving Leetcode problems.
competitive-programming elixir go golang leetcode leetcode-solutions rust sql
Last synced: 09 May 2026
https://github.com/paulushcgcj/sqlfy
Schema Graph Engine — Parse Flyway migrations into an AST, reconstruct your database schema state, and export LLM-ready vector context.
Last synced: 16 Jun 2026
https://github.com/rkoeninger/pocketsql
Embeddable T-SQL Interpreter fit for testing
database sql sql-server t-sql unit-testing
Last synced: 09 May 2026
https://github.com/gusgosdev/sql
Estoy profundizando en SQL, aquí compartiré mi código, consultas SQL y apuntes que aprenderé en cursos o tutoriales.
Last synced: 13 Apr 2026
https://github.com/arunkumar201/sql-playground
sql-playground
docker docker-compose postgresql sql
Last synced: 18 Jan 2026
https://github.com/maxchistt/dynamictables
Dynamic table service with C# Ado.net and example demo app
adonet csharp data-access-layer database-management dotnet dynamic-database dynamic-tables query-builder sql sql-query sql-query-builder sql-server
Last synced: 09 May 2026
https://github.com/jefrisibarani/tobasa-cpp
Tobasa C++ Framework - Web Server, SQL Abstraction, Laboratory Information System (LIS)
asio hl7 http-client http-server lis orm-framework rest sql websocket
Last synced: 31 May 2026
https://github.com/rocker2102/competetive
GFG/Hackerrank/LeetCode practice questions & solutions
c competitive-programming cplusplus cpp gfg-solutions hackerrank hackerrank-solutions java js leetcode leetcode-solutions mysql php python python3 sql
Last synced: 13 Apr 2026
https://github.com/kouisamine/sql-minifier-compressor
Minify your SQL by removing all the unnecessary characters.
minifier minify online source-code sql sql-minifier sql-minify sql-query tools
Last synced: 19 Mar 2026
https://github.com/anibalalpizar/aspnet-condominium-management
A condominium management web project with ASP.NET MVC and SQL Server. Control residents, common area reservations, finances and more. An easy to use and customizable solution for condominium management.
asp-net-mvc clean-code csharp sql
Last synced: 26 Apr 2026
https://github.com/qninhdt/typespec-libraries
TypeSpec emitters and decorators for generating GORM (Go) and SQLModel (Python) ORM code from a shared schema
dbml go gorm javascript postgresql python sql sqlmodel typescript typespec zod
Last synced: 02 Apr 2026
https://github.com/noud/seo
SEO conform Google Search and Schema.org in React & Laravel
eloquent entity-relationship-diagram erd erdiagram google-search laravel laravel-migrations php react schema schema-org seo sql
Last synced: 09 May 2026
https://github.com/honourhealth/database-management-systems-project
Creating and inserting necessary elements into database then selecting information that needed with sql - php - html - javascript. Phpmyadmin and Ampps are used.
ampps database html javascript php phpmyadmin sql
Last synced: 09 May 2026
https://github.com/tsegeron/datascience
Some projects for DS
machine-learning matplotlib pandas plotly seaborn sklearn sql
Last synced: 09 May 2026
https://github.com/pnv2003/sailor-moon-store
An online clothing store web application built by HCMUT Sailor Moon Team, Database Systems Assignment, Fall 2023
database database-systems mysql php sql web
Last synced: 09 May 2026
https://github.com/kasiimh1/mmu-computer-science-bsc
All my work i have submitted over the duration of my undergraduate degree in BSc Computer Science with awarding of a First Class Classification at The Manchester Metropolitan University 2017-2020
android-studio coding computer-science csharp css3 html5 java javascript jsp mips mips-assembly mysql php processing programming python3 react-native restful-api sql
Last synced: 02 Apr 2026
https://github.com/oborchers/pg-durable-evaluation
Independent local evaluation of Microsoft's pg_durable PostgreSQL extension as a durable workflow engine
database-migrations docker durable-workflows job-scheduler observability pg-durable postgres postgres-extension postgres-http postgresql psql sql workflow-engine
Last synced: 22 Jun 2026
https://github.com/birg81/jee.1stfakecrudtest
Questo è un esempio di applicazione REST. Adoperando Tomcat e JDBC, il codice si connette al db ed effettua delle operazioni sulla scorta degli specifici metodi lanciati. Adoperando postman sarà possibile invocare dall'url <URL PROGETTO>/api/response.json una delle 4 operazioni CRUD scelta. Su quel url risponderà una servlet che adoperando un approccio DAO invocherà una classe che attraverso il bean effettuerà le operazioni. Il Codice funziona, per qualsiasi dubbio contattatemi
crud-application dao-design-pattern html jakarta jakarta-ee jakartaee java jdk18 jee json json-api mvc mysql postman rest sql tomcat
Last synced: 14 Apr 2026
https://github.com/hectorzamoranogarcia/sql-gym-split
SQL-based system for strength-training analysis. It includes predictive models for fatigue management, deload (rest-week) optimization, and plateau detection using Window Functions and business logic.
data-engineering data-quality fatigue-management fitness-tracker gym-analytics predictive-analytics sql sqlite strength-training window-fu
Last synced: 08 Jun 2026
https://github.com/abe-winter/dirmig
directory-based sql migrations with zero smarts
Last synced: 20 Apr 2026
https://github.com/pandevim/learn_sql
This repository will help you to learn SQL!
Last synced: 24 Apr 2026
https://github.com/kellinton/bootcamp-data-analytics-dio
Python Data Analytics is a bootcamp offered by dio. This repository contains my experience related to code, resources, and projects in the bootcamp
javascript nosql powerbi python redis sql
Last synced: 20 Apr 2026
https://github.com/harshmule1/school-data-analysis-
School Data Analysis Using SQL
Last synced: 04 Apr 2026
https://github.com/yuaanlin/minisql-client
A macOS client for MiniSQL, final project of Database Design course at Zhejiang university.
client minisql sql swift swiftui zhejiang-university zju
Last synced: 29 Apr 2026
https://github.com/francosion042/blog-backend-postgraphile
A graphQL server that's built upon a postgreSQL schema
database plpgsql postgraphile postgresql sql
Last synced: 05 Feb 2026
https://github.com/ornella-gigante/mysql_database_workbench
This is a small work that I made in my institute but I liked to share it because was one of my first with SQL Languaje. In this work I create a database, create objects and make changes and permissions and use some structures as procediments.
database-management mysql-database poo sql workbench
Last synced: 16 Mar 2025
https://github.com/hansfigo/final-project-database_kompetisi
Project ini adalah sebuah sistem manajemen tim untuk final project, yang melibatkan tabel-tabel seperti tim, ketua, anggota, akun, dan kategori untuk mengatur informasi tim, anggota, dan kategori dalam sebuah kompetisi.
Last synced: 29 Apr 2026
https://github.com/ahmed0saber/hackerrank-sql
solving with MYSQL
database hakerrank hakerrank-problem-solving hakerrank-solutions mysql sql
Last synced: 17 Oct 2025
https://github.com/bkosm/springboot-h2sql-jsp-example
springboot-h2sql-jsp-example
h2-database jsp-servlet spring-boot sql
Last synced: 09 May 2026
https://github.com/hardik3412/logistic-management-system-using-python
Developed a robust Logistic Management System using Python and MySQL for seamless database integration. Implemented CRUD operations to efficiently manage logistics data and generated comprehensive reports, enhancing overall operational efficiency.
database gui jupyter-notebook mysql oracle pycharm python python3 sql tkinter tkinter-gui tkinter-python
Last synced: 18 Jan 2026
https://github.com/arkenidar/spring-baseconf
./mvnw spring-boot:run # + jdbc config and server setup
freemarker java jdbc spring sql web
Last synced: 29 Apr 2026
https://github.com/dominik-developer/corelyphp
A simple and efficient PHP-based CMS for blogging, featuring an admin panel and easy customization. Future updates may expand its functionality
blog blog-cms cms corelyphp fullstack html-css javascript mysql mysql-database mysqli php php-sql phpmyadmin prepared-statements responsive sql
Last synced: 09 May 2026
https://github.com/eternity2745/flexi-mysql
Python package to connect and query with mysql database more easily
flexi-mysql mysql mysql-database python python-module python-package sql
Last synced: 14 Feb 2026
https://github.com/null-none/django-odbc
django-odbc is a SQL Server DB backend powered by the pyodbc library
Last synced: 09 May 2026
https://github.com/xiaocainiaomx/tool
golang Small tools
go-mysql-type-mapping golang gzip-golang mysql sql time-datetime-string
Last synced: 09 May 2026
https://github.com/bobbyiliev/materialize-emulator-subscribe-poc
docker kafka materialize python redpanda sql streaming-data
Last synced: 09 May 2026
https://github.com/davorpa/hab-m05
Hack A Boss Bootcamp - Module 05 (SQL)
bootcamp classroom database database-design database-diagram entity-relationship-diagram entity-relationship-diagrams exercises exercism hack-a-boss hackaboss mysql rdbms sql sql-dcl sql-ddl sql-dml sql-query
Last synced: 23 Apr 2026
https://github.com/mberkiskal/practicesql-sqlcalismauygulamasi
You can perform all SQL query from this panel. Tüm SQL sorgularınızı bu panelle gerçekleştirebilirsiniz.
csharp mssql mssql-database sql windowsforms-applications
Last synced: 29 Apr 2026
https://github.com/affluentlynx/database-viewer
just a simple database viewer and limited editor I made to aid one of my other projects. provided in an Graphic User Interface (GUI)
database database-gui database-management editor python3 sql tkinter-graphic-interface viewer
Last synced: 29 Apr 2026
https://github.com/impossibleforge/pfc-duckdb
DuckDB extension to read PFC-JSONL compressed log files with block-level timestamp filtering
analytics compression duckdb duckdb-extension jsonl log-compression sql structured-logs
Last synced: 25 Apr 2026
https://github.com/turbot/steampipe-mod-azuread-insights
View dashboards and reports across all of your Azure AD tenants using Steampipe.
azure-active-directory azuread dashboards hacktoberfest insights sql steampipe steampipe-mod
Last synced: 19 Mar 2026
https://github.com/karenpayneoregon/dataprovidercommandhelpers
Used to reveal values from a well formed parameterized query
Last synced: 10 May 2026
https://github.com/gramian/chicken-arcadedb
An ArcadeDB database driver for CHICKEN Scheme (in less than 256 lines of code).
arcadedb arcadedb-driver chicken-egg chicken-scheme database-client database-driver newsql nosql orientdb osql scheme sql
Last synced: 18 Mar 2026
https://github.com/matteogioioso/postgres-explain-web
PostgreSQL query plan visualization
postgres postgresql query query-plan sql
Last synced: 29 Apr 2026
https://github.com/rohitkumar-tech/blogging
This is a modern, feature-rich blogging website built using the MERN stack (MongoDB, Express.js, React.js, Node.js). The website includes a variety of functionalities tailored for an optimal blogging experience.
backend css express frontend html js json mern mongodb node react sql tailwind vite
Last synced: 14 Feb 2026
https://github.com/pageton/sqlitekv
SQLiteKV is a lightweight key-value store built on top of SQLite3, offering basic key-value operations with support for expiry times, JSON export, and flexible storage options including in-memory, temporary, and disk-based storage. Ideal for applications requiring persistent and reliable storage.
database javascript key-value-database key-value-store npm pnpm sql sqlite sqlite3 sqlitekv typescript
Last synced: 14 Feb 2026
https://github.com/fabioba/heart-disease-analysis
This project includes dwh development and ml pipeline to predict heart diseases.
airflow data-pipeline data-warehouse etl machine-learning mlflow mlops python sql
Last synced: 10 May 2026
https://github.com/nirmalyabag20/amazon-prime-video-dashboard-using-tableau
I have developed a comprehensive Amazon Prime Video Dashboard, which offers in-depth insights into the platform's content library. This dashboard is designed to help stakeholders understand various aspects of the available shows
dataanalytics datavisualization datawrangling python sql tableau
Last synced: 18 Jun 2026
https://github.com/hellymodikalpesh/pizza_sales_sql_analysis
A comprehensive SQL project analyzing pizza sales data across multiple tables. This project includes basic, intermediate, and advanced queries to answer business-critical questions related to revenue, order trends, and product performance.
Last synced: 22 Feb 2026
https://github.com/thomas-nyanumba/seattle-sql-airbnb-project
Analytics Extra Mentorship SQL Capstone Project
database-management mssm queries relational-databases sql sql-server
Last synced: 09 Oct 2025
https://github.com/PrajwalKatyal/Using-R-with-Databases
This repository contains in depth content on databases and their connection with R.
dbi odbc r rda rdbms relational-databases rjdbc rodbc sql
Last synced: 29 Jul 2025
https://github.com/gregorykogan/mephi-databases
Laboratory work on the database course at MEPhI.
database go golang gorm gorm-orm postgresql sql
Last synced: 10 May 2026
https://github.com/f1-sql/f1-sql
Sequel Formula is a Microsoft SQL Server Formula One database developed and maintained for education and demonstration purposes using open source Formula One Data.
database f1 formula1 microsoft-sql-server ms-sql-server sql sql-server t-sql
Last synced: 18 Jan 2026
https://github.com/exegeses/introdb-64151
Curso de Introducción a las Bases de datos | código 64151
database-design databases mysql mysql-database sql
Last synced: 29 Apr 2026
https://github.com/pymarcus/data_warehouse
Criação de um modelo de dados, desing, star schema com o SQL power architect
Last synced: 15 Feb 2026
https://github.com/muhammadrafayasif/football-management-system
Football Management System is a full-stack web application for managing a football club database, built for our DBMS Semester Project.
dbms-project fastapi sql vercel-deployment
Last synced: 19 Jun 2026
https://github.com/gabrielmpinho/cs50-sql
Solutions and notes from CS50’s Introduction to Databases with SQL. Covers CRUD operations, data modeling, normalization, joins, views, indexes, and connecting SQL with Python and Java. Begins with SQLite for portability and introduces PostgreSQL and MySQL for scalability.
data-analysis data-structures data-visualization database databases javascript python sql
Last synced: 10 May 2026
https://github.com/svaveop/registration
Nice repository for anyone who wants to understand how to implement a PHP-based registration system!
Last synced: 24 Apr 2026
https://github.com/mensenvau/internship_sql_analytics
🚀 Internship SQL (Easy, Advanced)
adventureworks data-engineer internship sql
Last synced: 24 Feb 2026
https://github.com/pronazmul/project_educational_board_result_system_object_oriented_php
Education Board Result System Project With Object Oriented PHP and MySQL Database. Admin can Add results. The application will generate grade, CGPA, Passed, or Failed status logically. User/Student can find their result using their registration number.
mysql mysql-database oop-php php sql
Last synced: 10 May 2026
https://github.com/louis77/valentina-go
This is a non-offical Go driver for Valentina DB server based on Valentina REST API.
database go sql valentina valentina-server
Last synced: 29 Apr 2026
https://github.com/shrawans007/google_cyclistic_2023
Google Data Analytics Capstone Case Study (SQL and Tableau)
big-query bigquery coursera-assignment cyclistic cyclistic-bike-share-analysis-case-study cyclistic-bikshare data-analysis data-analysis-project data-analytics data-cleaning data-combination data-exploration data-science google-data-analytics sql tableau tableau-dashboard tableau-public
Last synced: 19 Jun 2026
https://github.com/szapp/magistdataanalysisvisualization
Case study: Data analysis and visualization to evaluate and recommend a business partnership. Team project for data-driven business with SQL and Tableau
dashboard data-analysis data-science data-visualization data-viz sql tableau-public
Last synced: 19 Mar 2026
https://github.com/asmtamim/leetcode-sql-50
LeetCode's 50 SQL Problems (Study Plan)
Last synced: 10 May 2026
https://github.com/brooksv/sqlqueryclass
Provides functionality for executing SQL queries and managing SQL datasets
Last synced: 29 Apr 2026
https://github.com/mg380/ibm-applied-data-science-capstone
This Capstone is the 10th (final) course in IBM Data Science Professional Certificate specialization, and it actually summarises in the form of project all materials that have been learned during this specialization
capstone data data-analysis data-science datascience ibm machine-learning plotly python scikit-learn sql
Last synced: 05 Mar 2026
https://github.com/mdanwarulkarim/data_analysis_report
This Data Analyst portfolio project focuses on business KPIs by cleaning, transforming, and visualizing data to develop a dashboard. The tools utilized in this project include Excel, SQL Server, T-SQL, and Power BI.
Last synced: 20 Jun 2026
https://github.com/vargascardona/proyecto-biblioteca
Sistema de gestion de biblioteca
Last synced: 10 May 2026
https://github.com/yusufyusie/catalog-of-my-things
In this project, you will create a console app that will help you to keep a record of different types of things you own: books, music albums, movies, and games. Everything will be based on the UML class diagram presented below. The data will be stored in JSON files
Last synced: 29 Apr 2026
https://github.com/ritikjha93/genius
Genius is a fully functional website that uses open AI for code generation,Image generation and chat genration.Replicate AI for music and video generation. In short It's a perfect platform to play with all AI toos
Last synced: 29 Apr 2026
https://github.com/nightvisi0n/pg-formatter-ts
Format PostgreSQL SQL with ease using this TypeScript library, which provides a convenient API wrapping the `pgFormatter` CLI tool
cli-wrapper code-formatter database-tools pgformatter postgresql query-optimization sql sql-formatter typescript
Last synced: 28 Apr 2026
https://github.com/jreyesr/steampipe-plugin-blockchain
A Steampipe plugin to interface with the Blockchain.com API
Last synced: 25 Apr 2026
https://github.com/ahsankhan26/whatsapp-chat-parser
Takes a txt file of Whatsapp Group Chat and Parses it for analysis.
python regex regular-expression regular-expressions sql whatsapp-chat-parser
Last synced: 08 Apr 2025
https://github.com/arjun-regmi-chhetri/python
Python is a Versatile, high-level programming language known for simplicity and readability. Widely used in web development, data analysis, AI, and scientific computing. Offers a rich ecosystem of libraries and frameworks.
jupyter-notebook pandas python python3 sql sqlite3
Last synced: 11 May 2026
https://github.com/johnkommas/wallpaper
Create Realtime Data Analytics Live Wallpaper
entersoft erp microsoft microsoftsql photoshop pillow sql wallpaper
Last synced: 30 May 2026
https://github.com/neveratdennys/postgresqlmigration
Short scripts to make SQL Server to Postgres migration easier for Functions and Stored Procedures.
migration-automation mssqlserver pgsql postgresql sql tsql
Last synced: 28 Feb 2026
https://github.com/hackersandslackers/ghost-sql-sanitation
:ghost: 🖲 Sanitize Ghost Blog SQL data on a schedule to ensure content quality.
blog-maintenance mysql pymysql python3 sql sql-queries
Last synced: 19 Jan 2026