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-07-07 00:26:23 UTC
- JSON Representation
https://github.com/shaadclt/music-store-analysis-sql
This repository contains a collection of SQL queries that can be used to extract information from a database. Each query is designed to solve a specific problem or retrieve specific data. The queries cover various scenarios, including finding the most senior employee, analyzing customer spending, determining popular genres, and more.
Last synced: 28 Mar 2025
https://github.com/ashishkumbhar01/php-chat-app
A PHP Chat App based on Web Socket async
async asynchronous chat javascript messaging mysql php sql websocket
Last synced: 03 Feb 2026
https://github.com/divyenduz/fpl.zoid.dev
FPL + SQL
analytics fantasy-football football sql
Last synced: 26 Feb 2025
https://github.com/novikovadaria/all_udemy_work
Конспекты и Решение задач на курсе Udemy на специальности Full Stack разработка | Notes and Problem solving on the Udemy course in the specialty Full Stack development
css flask geekbrains html machine-learning python python-script sql web-development web-scapping
Last synced: 05 May 2026
https://github.com/mrlizhaozhi/fraud-detection-ecommerce-sql
Fraud Detection in E-Commerce Dataset (PostgreSQL)
analytics fraud-detection kaggle notebook postgresql python reporting sql
Last synced: 18 Sep 2025
https://github.com/andriikot/codewars
Codewars Solutions
algorithms codewars javascript python ruby solutions sql
Last synced: 01 Sep 2025
https://github.com/wabscale/bigsql
ORM featuring dynamic model generation, with on the fly relationship detection and resolution
Last synced: 25 Jul 2025
https://github.com/larissaperinoto/store-manager
Project Store Manager is a RESTful API for managing a store's system.
chai express javascript mocha mysql nodejs sql swagger
Last synced: 11 Apr 2026
https://github.com/aliesmaeil/queries-in-file
converting multiple SQL queries located in a file into only one composite insert query
Last synced: 04 Jan 2026
https://github.com/hgwood/advent-of-code-sql
My solutions to Advent Of Code, written in SQL. See https://adventofcode.com/.
advent-of-code advent-of-code-2022-sql advent-of-code-2023-sql postgresql sql
Last synced: 19 May 2026
https://github.com/adavoudi/promsql
PromQL (the Prometheus Query Language) on top of SQL Databases to query them like a time-series database
lark lark-parser prometheus promql query-language questdb sql time-series timeseries-database
Last synced: 30 Mar 2025
https://github.com/hexmakina/crudites
Another PHP/xxSQL abstraction layer
crud crud-operation introspection-query mariadb mariadb-database mysql mysql-database php php7 sql
Last synced: 13 Apr 2025
https://github.com/fox-techniques/fox-techniques
FOX Techniques is a hub for innovative data services, analytics, and solutions, combining technical expertise with a passion for solving real-world challenges
azure bash cicd cloudflare devops docker fastapi flask git github-actions linux mongodb plotly plotly-dash pypi-package pyspark python react sql terraform
Last synced: 17 Feb 2026
https://github.com/mrkai77/alula
Empowering bird enthusiasts and protecting our feathered friends - one snap at a time.
affinity-designer affinity-photo calgary-hacks calgary-hacks-2025 coreml createml gbif hackathon postgres postgresql python sql supabase swift swiftui vision wikipedia
Last synced: 31 Oct 2025
https://github.com/iangelmx/NaturalLanguageProcessing
Aquí residen desarrollos de Computing Selected Topics acerca del Procesamiento de Lenguaje Natural en Python
Last synced: 15 Mar 2025
https://github.com/turbot/powerpipe-mod-videogames
Visualize video game platforms, developers, industry trends, and more using Powerpipe and MySQL.
dashboard mysql mysql-database powerpipe powerpipe-mod sql video-game
Last synced: 27 Aug 2025
https://github.com/svendolin/all-about-hack
This repository is about IT-Security / how to recognise security vulnerabilities (e.g. SQL injections) and demonstrate them on a webshop that is designed for this purpose.
itsecurity sql sqlinject-defense sqlinjection
Last synced: 19 Mar 2026
https://github.com/mikehorn-git/psqlhunter
Hunt sql commands in pcap.
forensics network-forensics pcap pyshark python sql sqlinjection threat-hunting
Last synced: 07 May 2025
https://github.com/edsonbonfim/php-orm
Implementação do padrão de projeto active record em PHP
activerecord database model orm pdo php sql
Last synced: 15 May 2026
https://github.com/thejacksonlaboratory/geneweaver-db
The GeneWeaver database interaction code.
functional-genomics geneweaver genomic-data-science genomics sql
Last synced: 08 Aug 2025
https://github.com/ergonzamarian/trigger
Projeto Finalizado :: Trabalho utilizando trigger
Last synced: 04 Mar 2026
https://github.com/yossef-ashraf/quickorm
ORM (Object-Relational Mapping) is used to manage and interact with the database in a convenient and efficient way
Last synced: 12 Jun 2026
https://github.com/mduesterhoeft/spring-boot-starter-exposed
A Spring Boot starter for useful autoconfiguration for the Exposed SQL framework
autoconfiguration database exposed kotlin spring-boot spring-boot-starter sql
Last synced: 12 Sep 2025
https://github.com/marcpinet/lo-texto
💬 An app made from scratch that allows LoRaWAN communications for emergency messages in Vietnam. Made as part of an internship project.
arduino bluetooth javascript lora lorawan mariadb mobile-app mysql nodejs python raspberry-pi react-native server sql thethingsnetwork ttn
Last synced: 15 Jul 2025
https://github.com/dario-l/ses
SimpleEventStore is a simple event store library for .NET based on rdbms persistance.
cqrs cqrs-es event-sourcing event-store event-stream ms-sql-server rdbms sql streams
Last synced: 03 Oct 2025
https://github.com/dschil138/sql-keycounts
SQLite queries to be used with Benign-Key-Logger to help understand your keycount data
benign-key-logger keyboard-layout keycounter keylogger sql sqlite
Last synced: 15 Jun 2025
https://github.com/leosolar8/postgresql-express-prisma
This is backend template (Express+Prisma+Postgresql) And also this is based on Javascript. This backend is for Astro chatbot and unity webGL game
authentication database express javascript navicat openai postgres postgresql prisma prisma-client schema sql
Last synced: 08 Apr 2026
https://github.com/carlossilva2/knexpy
An abstraction for SQLite3 based on Knexjs
abstraction human-readable knex module python3 sql sqlite3
Last synced: 18 May 2026
https://github.com/rosbit/go-sql-driver
wrapper of database/sql/driver to easy writing sql driver in golang
driver golang sql sql-driver-wrapper wrapper
Last synced: 07 Jul 2026
https://github.com/kefniark/mango-sql
Golang Client Code-Generator for SQL Database (Postgres, SQLite, ...)
code-generation database golang mariadb mysql postgresql sql sqlite
Last synced: 06 May 2026
https://github.com/arnoldchrisoduor1/end_to_end_data_analysis_projects
A Collection of All Projects Done in PowerBI, Excel, SQL Python
excel pandas powerbi python3 sql tableau-public
Last synced: 30 Apr 2026
https://github.com/roshan-raj/shop-management-system
Shopkeepers can upload their product's on the site and the customer can purchase from any shop without leaving their homes with options of Home Delivery OR In-Store Pickup.
bootstrap css html java javascript jdbc-driver jsp servlet sql
Last synced: 15 Jan 2026
https://github.com/devexpress-examples/winforms-grid-sql-pagination
Implement a pager using the grid's Data Navigator.
data-binding data-grid data-pagination dotnet grid-control sql windows-forms winforms xtragrid-suite
Last synced: 07 Mar 2026
https://github.com/carvetighter/sqlmethods
A wrapper for pymssql (Microsoft Sql Server Package). I wrote this in the process of working with Sql Servers as a Data Scientist.
microsoft-sql microsoft-sql-server pymssql python python-3 python3 sql
Last synced: 04 Jan 2026
https://github.com/pojntfx/mepi
Middle Earth Property Insurance, a uni project of @jakwai01, @dentremor, @lucas-goldner and @pojntfx for HdM Stuttgart.
hdm-stuttgart oracle pogchamp proprietary sql uni-hdm-stuttgart
Last synced: 10 Aug 2025
https://github.com/longluo/database-from-scratch
build a database from scratch
Last synced: 05 May 2026
https://github.com/rafaelsilvestre/detran
Simulador de provas com timer, para fins acadêmicos - JavaFx, JDBC, FXML
detran java javafx javafx-library sql
Last synced: 02 Jan 2026
https://github.com/pdvrieze/kotlinsql
A kotlin library that allows abstracting away sql syntax and provides a typed/typesafe alternative that is still close to the metal.
Last synced: 18 Jul 2025
https://github.com/rominana/vet_clinic_database
Database structure for a vet clinic using a relational database. Contains tables of animals, animals' owners, clinic employees and visits. Built with PostgresSQL and SQL.
Last synced: 19 Mar 2026
https://github.com/tss-sniper/llm-powered-sql-assistant
This simple LLM application translates your plain English queries into SQL commands and retrieves answers directly from the DB.
api gemini-pro llm python sql sqlite streamlit
Last synced: 10 May 2026
https://github.com/roystonfurtado/python-snake-game
Snake Game created using Python with storage of Game Data in MYSQL Database using pymysql.
mysql pygame-mixer pymysql python python-snake sql tkinter
Last synced: 29 Jun 2026
https://github.com/apache/incubator-gluten-site
Apache Gluten is a middle layer responsible for offloading JVM-based SQL engines' execution to native engines.
Last synced: 19 Oct 2025
https://github.com/avisionh/sqlgpt
Translating natural language into a query and then executing it on a database
Last synced: 09 Apr 2026
https://github.com/freddo1503/stock_news_pred
Web application to provide analysis-ready data (Stocks price, News, Tweets) for ML and RNN.
apache-kafka data-engineering django docker-compose postgresql python sql
Last synced: 11 Apr 2026
https://github.com/mgks/paperlessql-db
A nano SQL library made for micro data management.
data-management database-schema pql sql
Last synced: 15 May 2025
https://github.com/ynathan/spserver
express express-js javascript nodejs sql
Last synced: 03 May 2026
https://github.com/vaneeza-7/flex-student-management-system
📚 Flex is a student management system built using ASP.NET and C# with MS SQL database for the backend. It is a web-based application designed to streamline various administrative tasks related to student management.
administration-interface asp asp-net aspnet csharp fast-nuces html-css-bootstrap net-framework-472 sql sql-database student-management student-management-system teacher-management teacher-student visual-studio web-application website
Last synced: 20 Jun 2026
https://github.com/castaglia/proftpd-mod_conf_sql
ProFTPD module that reads proftpd.conf data from SQL tables
Last synced: 29 Mar 2025
https://github.com/jszafran/sqlcommatize
Utility tool that helps with wrapping copied column results with commas/commas + single quotes - so you can use them within IN clause.
Last synced: 17 Mar 2025
https://github.com/adamspannbauer/sql-racer
How fast can you name 10 SQL keywords? (R Shiny App)
Last synced: 28 Oct 2025
https://github.com/zsoulaimane/automatic_backup_system
backup css dashboard html javascript jquery paramiko php pipeline python remote-desktop rsa-encryption sftp sql ssh
Last synced: 05 Apr 2026
https://github.com/noahyannis/totallynormalcalculator
A totally normal calculator at first glance but with a hidden diary beneath.
calculator csharp diary sql wpf
Last synced: 11 May 2026
https://github.com/shadiyaiffath/rent-a-car-store-api
A vehicle rental store API created using ASP.Net Core. The application follows onion architecture with EF Core, Hangfire integration for background jobs and Web scraping components. This is the backend for the online vehicle store repository.
asp-net-core efcore factory-pattern hangfire onion-architecture repository-pattern sql
Last synced: 12 Dec 2025
https://github.com/themartiano/bkSQL
bkSQL will help you and save your time by auto-backuping your remote DataBases
application automation backup brhaka java mysql open-source program sql
Last synced: 17 Apr 2026
https://github.com/shashi1049/bus-reservation-system
The main objective of this Bus Ticket Reservation System project is to build a system that will help a company to make an automatic ticket reservation system. For a large company, it is hard to keep on track of the overall process of ticket booking manually so having an automated system will save time and resources and provide an error-free sol
Last synced: 30 Apr 2025
https://github.com/kmaleesha/springboot-crud-medium
This project contains simple CRUD operations for User Management System.
Last synced: 14 May 2026
https://github.com/lucasrmagalhaes/server_management-sql
SQL Server: introdução ao SQL com Microsoft SQL Server 2019.
Last synced: 12 Jun 2026
https://github.com/hellymodikalpesh/supply_chain_analysis
Data Analytics Dashboard for AtliQ Mart to Monitor and Improve Supply Chain Performance – Insights on On-Time and In-Full Delivery Metrics to Enhance Customer Service Levels and Prevent Churn.
dax-expression excel powerbi python sql
Last synced: 21 May 2026
https://github.com/beingofexistence13/dx-database-native
╏╠══[𝍖𝍖𝍖◤ 𝖉𝖝-𝖉𝖆𝖙𝖆𝖇𝖆𝖘𝖊-𝕹𝖆𝖙𝖎𝖛𝖊 ◥𝍖𝍖𝍖] 💦 is an open-source project aimed at solving native app database-related problems. It ensures cross-platform compatibility, efficient performance, easy integration, robust error handling, and strong community support. Join us in revolutionizing database management! 😄🎈🎊
aws firebase mongodb myspl neo4j pocketbase postgresql sql supabase
Last synced: 06 Apr 2026
https://github.com/AhmedOsmanDev/LeetCode-Solutions
LeetCode's problems solutions.
algorithms c competitive-programming cpp csharp data-structures leetcode leetcode-solutions online-judge problem-solving python3 sql
Last synced: 10 Apr 2025
https://github.com/hevalhazalkurt/hackerrank_mysql_solutions
My HackerRank MySQL solutions and challenges
database hackerrank hackerrank-solutions hackerrank-sql mysql mysql-database problem-solving sql sql-query
Last synced: 14 May 2026
https://github.com/florianajir/rabbitmq-sql-worker
:incoming_envelope: :floppy_disk: RabbitMQ php symfony worker providing SQL persistence with relationship support
Last synced: 12 Dec 2025
https://github.com/jvmistica/knowledge-base
A knowledge base web application created using Flask.
flask gcp google-cloud-platform kb knowledge-base python sql web-app
Last synced: 19 Jan 2026
https://github.com/chempik1234/VERYOLD-pc-hardware-shop
my first flask project
css flask flask-api flask-restful html sql sqlalchemy-orm sqlalchemy-python website
Last synced: 28 Oct 2025
https://github.com/hancheester/apollo
My full-fledged eCommerce platform.
asp-net asp-net-mvc cache-control ecommerce entity-framework shopping-cart sql sql-server
Last synced: 26 Mar 2025
https://github.com/usethisname1419/injectionscanner
Tests for injection vulnerbilites also uses a search query to test the resulting sites for injection vulnerbilities
automated-testing automated-vulnerability-analysis codeinjection hacking hacking-tool hackingtools injection python scanner sql sql-injection sqlinjection testing-tools vulnerability-detection vulnerability-scanners xss xss-scanner
Last synced: 19 May 2026
https://github.com/zulfachafidz/ppdb-web
Website PPDB (Penerimaan Peserta Didik Baru) adalah proyek berbasis web yang dibangun dengan menggunakan bahasa pemrograman PHP dan menggunakan MySQL sebagai basis data. Proyek ini dirancang untuk memfasilitasi proses pendaftaran peserta didik baru dengan menyediakan berbagai fitur termasuk landing page yang informatif, tampilan admin untuk pengelo
crud css databse html mysql php sql web website
Last synced: 11 May 2026
https://github.com/kananniftiyev/cloudcourier
CloudCourier📦 is a versatile and secure file transfer platform designed to streamline the way you share and manage your files. Whether you need to send large documents, images, videos, or any other file type, CloudCourier📦 simplifies the process while ensuring data privacy and control.
azure bash chi css file firebase golang html javascript joy-ui mongodb postgres react reactjs rest-api service-oriented-architecture sql
Last synced: 06 Apr 2026
https://github.com/sahilumraniya/mentorship-matching-platform
The mentorship website is a powerful platform for connecting mentors and mentees, facilitating skill-sharing and professional growth.
expressjs feathersjs jwt-authentication nextjs nodejs reactjs redux-toolkit sql tailwindcss typescript
Last synced: 06 Apr 2026
https://github.com/amaanalikhan3000/cinemahub2
Movie Booking Spring Boot App using Java , Spring Boot and Spring Security
2025 backend documentation firsttimers friendly hacktoberfest hacktoberfest-accepted java prs-welcome springboot sql
Last synced: 28 Oct 2025
https://github.com/bobbyiliev/materialize-sql-exporter-demo
Materialize + Prometheus SQL Exporter + Grafana
grafana materialize prometheus sql streaming-data
Last synced: 06 Mar 2026
https://github.com/isi-mube/tailor-s-drawer
A messy repo. It may contain useful functions, libraries, templates, functions, guides...
encoding linear-regression machine-learning preprocessing python sql
Last synced: 15 May 2026
https://github.com/elliotcourant/pgoparser
PostgreSQL parser written in pure go.
parser postgres sql sql-parser
Last synced: 16 Apr 2026
https://github.com/mullayam/presql
No More Query Statements
javascript mysql mysql-database mysql2 nodejs orm sql
Last synced: 28 Oct 2025
https://github.com/ggeop/rental-car-company-sql
Create a SQL Schema and run queries for a rental car company
erdiagram r sql sql-schema workbench
Last synced: 03 Apr 2025
https://github.com/arjuncodess/tweetera
Introducing *Tweetera*, the exciting new social media platform that brings people together in real-time conversations. Share your thoughts, connect with friends, and discover trending topics—all in a user-friendly interface. Join the conversation today!
planetscale prisma react sql tailwindcss twitter
Last synced: 13 May 2026
https://github.com/mcaelanremigio/sdsu_undergraduate_os
Statistics: Data Science major at SDSU sharing applied data science projects and leadership work developed alongside my undergraduate studies.
analytics data-science leadership portfolio professional-development python r sas sdsu sql statistics
Last synced: 30 Jun 2026
https://github.com/turbot/powerpipe-mod-youtube
Visualize Youtube channel performance, viewer trends, and geographic insights, and more using Powerpipe and PostgreSQL.
dashboard postgres postgresql powerpipe powerpipe-mod sql youtube youtubechannel
Last synced: 14 May 2026
https://github.com/sanaa-ennaji/ecomove
Brif java 1
java-8 jdbc-driver poo postgresql sql
Last synced: 02 Feb 2026
https://github.com/apache/shardingsphere-externals
Distributed database middleware
database database-cluster distributed-database distributed-sql-database distributed-transactions middleware mysql postgresql shard shardingsphere sql
Last synced: 10 Apr 2025
https://github.com/luminousmen/django-sql
A simple app for executing SQL queries in Django admin panel.
django django-admin-panel django-sql sql
Last synced: 01 May 2025
https://github.com/santik/sqlelasticsearchqueryconverter
Converts AND OR SQL like query to Elastic Search query
andor elasticsearch php query query-builder query-parser querystring sql
Last synced: 16 Sep 2025
https://github.com/ryarnyah/micronaut-querydsl
QueryDSL SQL support for Micronaut
Last synced: 16 Feb 2026
https://github.com/mberkiskal/hospitalappointmentandinformationsystem-hastanerandevuvebilgisistemi
It is a large-scale project that includes all the systems that a real hospital needs. I suggest you to review the 'Project SS' file for project details.Gerçek bir hastanenin ihtiyaç duyduğu bütün sistemleri içinde barındıran geniş çaplı bir proje. Proje detayları için 'Project SS' dosyasını incelemenizi öneririm.
cshar csharp hospital hospital-management-system mssql mssql-database sql windowsforms-applications
Last synced: 01 May 2026
https://github.com/gabrielogregorio/my-routine
👨💻 Programa de controle de rotina
Last synced: 15 May 2026
https://github.com/repnot/coursera_capstone
Capstone project repository for the IBM Data Science program offered on Coursera
api-rest data-science database ibm-db2 ibm-watson python sql
Last synced: 10 Apr 2025
https://github.com/nminhducit/educenterdb
EduCenterDB is a project aimed at designing a database management system for an English learning center
database dbi202 erd sql sql-server
Last synced: 15 Jun 2025
https://github.com/debas-31/clinic
This is a project clinic database created based on a diagram
Last synced: 12 Apr 2025
https://github.com/muhammadsaadx/dynamic-system-model-database
I have developed a database system called DSDB that is capable of storing data in multiple files within the computer's file system. The DSDB system utilizes B-trees, AVL trees, and Red-Black trees to index the data stored in the files. This indexing mechanism ensures that various operations can be performed on the data effectively and efficiently.
avl-tree btree data-structures database-management red-black-tree sql
Last synced: 12 Mar 2025