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-03 00:26:03 UTC
- JSON Representation
https://github.com/zun-liang/fcc-number-guessing-game
Solution to freeCodeCamp Project Build a Number Guessing Game
Last synced: 05 May 2026
https://github.com/mehrajlatifli/triggers
A database called Library is used to work with Triggers in MSSQL Server
database mssql mssqlserver rollback sql sqlserver-2019 transaction tsql userdefined
Last synced: 05 May 2026
https://github.com/agrawalchaitany/flask-secure-file-sharing
A Flask-based secure file sharing system that enables secure file transfers between Operations Users and Client Users through encrypted URLs.
flask flask-sqlalchemy html html-css-javascript mysql mysql-database python sql
Last synced: 05 May 2026
https://github.com/aa-nadim/dbms
Database Management System
database database-management database-management-system dbms mysql postgresql sql
Last synced: 05 May 2026
https://github.com/nmelgar/acme_dynamic_website
Dynamic website project
back-end backend college-project css html mysql php sql
Last synced: 05 May 2026
https://github.com/binbash23/mssql_generate_schema_scripts
Generate a complete set of SQL scripts for a Microsoft SQL Server database/schema including tables, views, functions, triggers, and stored procedures.
database database-management generate-schema-script microsoft mssql mssql-database mssqlserver script sql sqlserver
Last synced: 05 May 2026
https://github.com/emanuelefavero/sql
This is a Node.js playground for SQL queries
basketball-reference csv javascript mysql mysql2 nodejs postgresql sql
Last synced: 06 May 2026
https://github.com/garretthilberling/python-newsfeed
Python Newsfeed is a social media application built as an implementation of a Python API. Users can create an account or login, create/edit/delete a post, and comment on/like the posts of other users. The API was built using Python, MySQL, PyMySQL, SQLAlchemy (ORM), bcrypt (password hashing), Flask, and gunicorn. It was implemented into the frontend using Jinja2 for templating.
flask gunicorn jinja2 mysql pymysql python sql sqlalchemy
Last synced: 06 May 2026
https://github.com/king0508/duckdb-quant-engine
Production-ready quantitative finance data warehouse with ETL pipeline, REST API, and technical indicators (RSI, VWAP). Built with DuckDB, Python, and FastAPI.
analytics data-warehouse duckdb etl fastapi python quanti rest-api sql technical-analysis
Last synced: 06 May 2026
https://github.com/j-sephb-lt-n/auto-database-structure-discovery
Automated Database Structure Discovery
database dataviz dbvisualizer discovery graph-algorithms join sql
Last synced: 06 May 2026
https://github.com/yunusemrejr/our-products---php-search-inside-mysql-table-with-basic-security
Our Products - PHP search inside mySQL Table with basic JS front-end security & JS availibility detection via POST request
database javascript mysql php sql sql-injection-filterer
Last synced: 06 May 2026
https://github.com/dev-vivekkumarverma/typesense
typesense project
docker-compose env pagination postgresql postgresql-database python3 sentence-transformers shell-scripting sql typesense vector-database
Last synced: 06 May 2026
https://github.com/zahidshaikh10101/zomato-rating-prediction
This project demonstrates a complete machine learning pipeline that predicts customer ratings for restaurants on Zomato, a popular restaurant discovery platform.
flask git machine-learning pipeline python sql
Last synced: 06 May 2026
https://github.com/ezvezdov/dbs_project
Database Systems Project for the Faculty of Electrical Engineering at CTU.
database drawio jpa postgresql sql
Last synced: 06 May 2026
https://github.com/tysonandre/phansqlplugin
WIP plugin for analyzing SQL code. This is too specialized to be broadly useful right now
Last synced: 06 May 2026
https://github.com/harish-siva/analyzing-personal-expenses
This project aims to simulate an expense tracker for an individual using the Faker library. The project generates realistic monthly expense data, processes and stores it in a SQL database, and creates SQL queries to derive insights into spending behavior. Streamlit app is developed to visualize these insights and showcase the results of SQL queries
data-visualization expense-tracking exploratory-data-analysis financial-analysis matplotlib pandas python seaborn sql sqlalchemy streamlit
Last synced: 06 May 2026
https://github.com/perlmonker303/socialbisquit1.0
A social network built without any framework
ajax axios javascript jquery php social-network sql
Last synced: 06 May 2026
https://github.com/ledsouza/python-sql
Desenvolver análises de um banco de dados utilizando SQL com Python
pandas plotly python sql sqlalchemy
Last synced: 06 May 2026
https://github.com/saahilanande/college-management-system-db1
Complete Term project for class DBMS Models and Implementation under Dr.abhishek santra. Includes Database schema, Er diagrams and frontend-backend for simple college management system.
java oracle-database spring-mvc sql sqlite
Last synced: 06 May 2026
https://github.com/jeff-vincent/flask-api
A simple, light-weight Flask+SQLAlchemy boilerplate
api authorization flask mysql sql sqlalchemy
Last synced: 06 May 2026
https://github.com/samuelbarbosadev/btime_technical_test
Você é um Analista de Dados Pleno em uma empresa fictícia de aluguel de filmes. Sua tarefa é realizar análises e apresentar insights com base na base de dados “Pagila”, que contém informações sobre filmes, atores, locações e clientes.
analytics dashboards postgresql python sql
Last synced: 06 May 2026
https://github.com/purestorage-openconnect/sql-pvd
Repository for a Pure Validated Design scripts and templates.
azure cbs flasharray powershell purestorage python sql
Last synced: 07 May 2026
https://github.com/ggldnl/data-management-for-data-science
Material from the Data Management for Data Science course
data-science mongodb postgresql sql university
Last synced: 07 May 2026
https://github.com/lgomezruiz/sql-exercises
Repository with my exercises with SQL
database mysql oracle oracle-sql-developer postgresql relational-databases sql
Last synced: 07 May 2026
https://github.com/ehtishama/mini-sql
A simple file-based SQL database implementation in JavaScript.
Last synced: 07 May 2026
https://github.com/effectra/sql-query
Effectra/SqlQuery is a powerful database manipulation package for PHP.
manupulation mysql php sql sql-query sqlite syntax
Last synced: 07 May 2026
https://github.com/doks-coders/expensetracker
Expense Tracker built with .NET MVC, Stored Procedures and Entity Framework
csharp dotnet dotnet-core sql sqlserver storedprocedures
Last synced: 07 May 2026
https://github.com/wesleysbmartins/go_pgsql
Este repositório didático explora as possibilidades existentes em uma aplicação Golang integrada a um banco de dados relacional PostgreSQL, intermediada pelo driver ou lib database/sql do próprio Go.
crud database go golang postgres postgresql prepared-statements preparedstatement query sql transactions
Last synced: 07 May 2026
https://github.com/simonapiz/goldmedalmetrics
In this project I wrote all the SQL statements for an Olympic metrics reporting web application.
codecademy-solutions javascript nodejs sql sqlite
Last synced: 07 May 2026
https://github.com/mrs-wilderness/etl-mini-exercise
A small SQL ETL exercise demonstrating a basic PostgreSQL workflow with staging, simple data cleaning, and incremental batch processing.
Last synced: 10 Jun 2026
https://github.com/matheusafonseca/c207-l8
Repositório para salvar os scripts em .sql que fazemos na disciplana de Banco de dados no INATEL
database database-schema mysql sql
Last synced: 07 May 2026
https://github.com/anicetkeric/spring-boot-javers-sql
javers postgresql spring-boot spring-jpa springjpa sql
Last synced: 07 May 2026
https://github.com/ryuuutaaa/react-with-phpmyadmin
Error and Problem in PHP... this link video = https://www.youtube.com/watch?v=3yx-VlhgMuI&list=PLCakfctNSHkFDTFczqhXNv-nYMHvLMT1H&index=4
javascript phpmyadmin react-router-dom reactjs sql
Last synced: 07 May 2026
https://github.com/datacamp-internship/introduction-to-sql-with-jupyter-notebook
Implementing how to work with SQL on Jupyter notebook
jupyter-notebook pandas postgresql sql
Last synced: 07 May 2026
https://github.com/mmaunze/sqltojpa
sqlToJPA is a tool for automatically generating Java JPA (Java Persistence API) entity classes from SQL schema files. It parses CREATE TABLE statements, maps SQL data types to Java types, and creates fully annotated Java classes with fields, getters, setters, constructors, relationships, and equals/hashCode methods.
cpp java jpa-entities orm python sql
Last synced: 08 May 2026
https://github.com/csvidit/repairshop
A car repair shop app for Android
android android-app app sql sqlite
Last synced: 08 May 2026
https://github.com/ssnnee/alx-higher_level_programming
This repository is related to my training in software engineering in the ALX program.
javascript python software-engineering sql
Last synced: 08 May 2026
https://github.com/liolb/sql2csv
Export SQL Server Table data to CSV
automation csv data database export extraction powershell scripting sql sql-server sql-table
Last synced: 08 May 2026
https://github.com/phal-sovandy/e-commerce_database
E-Commerce Database built with PostgreSQL. Manages products, sellers, customers, orders, and reviews with detailed schema, advanced SQL logic, and data import/generation capabilities.
data-science database dataset ecommerce plpgsql postgresql python sql
Last synced: 08 May 2026
https://github.com/wadhia-bhavesh/psdroid-tracker
PsDriod Tracker is a GPS-based mobile app for personal security, it ensures user safety with real-time location tracking, emergency SOS messages, and automated emergency calling. Compatible with Android, it offers a user-friendly interface, adding family/friends, and customizable alert settings for enhanced personal security.
andriod andriod-app andriod-development andriod-sdk firebase firebase-auth java sql sql-database sqlite xml
Last synced: 08 May 2026
https://github.com/fer25-code/springjpa
Back End with Spring boot
java jpa jpa-hibernate json orm spring-boot sql swagger
Last synced: 08 May 2026
https://github.com/savindu93/slgvd_backend
Source code for Sri Lanka Genetic Variation Database back-end
bioinformatics databases django django-application django-project django-rest-framework google-cloud mysql-database python sql variants
Last synced: 08 May 2026
https://github.com/dor-sketch/sql_sandbox
A collection of SQL scripts designed to help you improve your SQL querying skills through practical exercises.
database postgresql sql sqlite
Last synced: 08 May 2026
https://github.com/sclafus/ecommerce-server
Server App for Wine Ecommerce, using mysql and JDBC
client-server ecommerce-application java jdbc mysql mysql-database server sql uml uml-usecase-diagram
Last synced: 08 May 2026
https://github.com/yashlad27/cs5200_payments_dashboard
Payments Dashboard using React , Flask and Mysql
dbms dbms-mini-project flask flask-sqlalchemy reactjs sql
Last synced: 08 May 2026
https://github.com/vaxdata22/cyclistic-ride-sharing-company
This is my Google Data Analytics Certificate case study for the Cyclistic ride-sharing company
actionable-insights business-analytics business-intelligence data data-analytics data-cleaning data-mining data-visualization data-wrangling exploratory-data-analysis google-data-analytics spreadsheets sql sql-server sql-server-management-studio statistical-analysis t-sql tableau transact-sql
Last synced: 10 Jun 2026
https://github.com/safwantaliparamba/mahall-management
Mahall management system for mahall committee
django django-rest-framework jwt-authentication postgres python simple-jwt sql
Last synced: 09 May 2026
https://github.com/azure-samples/sql-database-engine-driver-samples
Code samples for the Microsoft SQL database engine drivers in various programming languages.
Last synced: 09 May 2026
https://github.com/baschin1103/knn-classification-sqlalchemy
Example-Script to load data from a database and classify by the K-Nearest Neighbor (KNN) Algorithm.
database knn-classification labelencoder machine-learning ordinal-classification pandas sql sqlalchemy
Last synced: 09 May 2026
https://github.com/arijeet8008/right2vote
Assignment
dbms hibernate java mysql restful-api spring-boot sql
Last synced: 09 May 2026
https://github.com/45harry/foodbot_end_to_end_in_dialogflow_nlp
A Simple FoodBot for a IndoNep Eatery :- Saavita- The FoodBot
backend chatbot dailogflow database fastapi python sql
Last synced: 09 May 2026
https://github.com/anag0es/sqlite-cordova
Criação de um crud com sqlite e cordova
Last synced: 09 May 2026
https://github.com/prudhveer-g/bank-transaction-statement-system
analytics data-engineering machine-learning mysql python sql
Last synced: 09 May 2026
https://github.com/noisk8/u-u
Notas | Bootcamp UTE | Desarrollo web
html-css-javascript python react sql
Last synced: 09 May 2026
https://github.com/julyanvdw/mytutor
MyTutor is a web platform built with Java, Vaadin, and Spring Boot that simplifies university Tutor and TA management. It handles applications, scheduling, and admin with secure, role-based access for students, tutors, and course convenors.
java maven mysql oop rest-api spring-boot sql vaadin web-application
Last synced: 09 May 2026
https://github.com/wisebyteconcepts/wise-byte-database-helper
A lightweight, attribute-driven database helper for .NET that auto-generates SQL tables from classes—supporting SQLite (with planned SQL Server & PostgreSQL), custom attributes, foreign keys, schema updates, and a simple DbContext-style workflow
csharp dotnet relational-database sql sqlite
Last synced: 09 May 2026
https://github.com/barcek/progpgq
abstract away SQL queries | table & CRUD query creation classes | Node.js & PostgreSQL
backend crud dx library node-postgres nodejs object-oriented-programming postgresql sql web-development
Last synced: 09 May 2026
https://github.com/siwachs/video-streaming-webapp
A PHP website to stream anime or videos
anime backend css frontend lamp-stack lampstack php sql streaming video-streaming
Last synced: 09 May 2026
https://github.com/markphamm/leetcode
Daily LeetCode solutions in Python, SQL, and more – featuring efficient algorithms, clean code, and a variety of problem-solving techniques.
Last synced: 03 Oct 2025
https://github.com/kentonbmax/sql-tnt
SQL + Typescript Node Template
docker mssql-database sql typescript
Last synced: 09 May 2026
https://github.com/aubainmbk/detection-des-fraudes-bancaires-avec-un-modele-supervise
J'ai conçu et optimisé des requêtes SQL avancées pour extraire et transformer les données bancaires, tout en mettant en place un pipeline complet de Machine Learning intégrant le prétraitement, l'ingénierie des features et l'entraînement d'un modèle robuste pour la détection de fraudes.
dataanalysis jupyter-notebook machine-learning-algorithms mysql python sql
Last synced: 09 May 2026
https://github.com/moeeinaali/ce384-db
Solutions to Mr. Akhi's CE384: DataBase Design Course (Sharif University of Technology - Spring 2024)
database mysql nosql postgresql sql
Last synced: 10 May 2026
https://github.com/msalali/sql-server-advanced-backup
Advanced Backup DataBase Using PowerShell Script
backup database database-management dba logfile management powershell script sql sql-server tools utility
Last synced: 10 May 2026
https://github.com/dhruvsrikanth/blood-donations-db
A blood donations database project.
blood-donation bottle database database-management flask python sql sqlite3 web-application
Last synced: 10 May 2026
https://github.com/oewntk/grind_yaml2sql
OEWN builder project, YAML to SQL chain
Last synced: 10 May 2026
https://github.com/prajakta1321/vishv-gdsc-solutions-challenge-2024
Google For developers | SOLUTIONS CHALLENGE 2024
automl colab-notebook django-framework gmail-login googleappengine googlecloudplatform googleearthengine googlemaps-api googleoauth2 html-css-javascript python-3 reactjs sql vscode
Last synced: 10 May 2026
https://github.com/mufidu/bank-merdeka
A dummy database scheme for Bank Merdeka, made as an assignment for my Database Modelling course
Last synced: 10 May 2026
https://github.com/plopezgit/sprint2_t1_mysql_data_structure
Data Structure comprehension
data-structures diagramming drawio eer-diagram field join mysql mysql-database query record sql table terminal workbench
Last synced: 10 May 2026
https://github.com/zheng-bote/cxx-cli_db-exec
command line tool to execute sql in an ordered manner
cpp23 database linux-shell sql
Last synced: 11 May 2026
https://github.com/szuzick/hr-analytics-pipeline
End-to-end HR analytics solution using PostgreSQL, dbt, and Power BI
data-analysis data-visualization database-maintenance dbt hr-analytics insights postgresql powerbi sql
Last synced: 10 Jun 2026
https://github.com/abdullahhafizh/eamppi-note
An Note For Every Need
android android-app android-application android-development android-studio androidstudio memo note notes sql sqlite sqlite3
Last synced: 11 May 2026
https://github.com/kanwal-kingra/spotifysync-etl
Extracting Data from Spotify 'Best Hindi Songs' playlist, Transforming Data and Loading Into Snowflake Data Warehouse, using data modeling to make data more accessible
aws-glue aws-lambda aws-s3 etl-pipeline python snowflake spark sql
Last synced: 11 May 2026
https://github.com/markphamm/adventureworks-analytics
This project analyzes AdventureWorks Cycles' data to enhance revenue. It includes data cleaning, descriptive and diagnostic analysis, and predictive modeling using SQL Server, Python, and PowerBI. Interactive dashboards and real-time updates support strategic decision-making and trend discovery.
Last synced: 11 May 2026
https://github.com/sagartr/blood-bank-management-system
The main purpose of our blood management system is to provide blood bank with easier way to store and retrieve data and keep record of the availability of blood in blood bank.
css dbms-project html php sql xampp
Last synced: 12 May 2026
https://github.com/tandohanthonynwiackah/project-t
Simplify project for PHP beginners.
Last synced: 12 May 2026
https://github.com/vbalalian/three-gits
Group analytics project for a predictive analytics course. Using the Yelp open dataset to predict restaurant success.
bigquery dbt predictive-analytics python regression sentiment-analysis sklearn sql vader-sentiment-analysis yelp-dataset
Last synced: 13 May 2026
https://github.com/yunusemrejr/url-atlas
Partially open-source code for urlatlas.org
html javascript php sql website
Last synced: 13 May 2026
https://github.com/araskolnikoff/course_project
База данных музея | Desktop-приложение
csharp open-source sql sql-server sql-server-database sql-server-management-studio windows-forms
Last synced: 13 May 2026
https://github.com/marialuizaleitao/monacogp-challenge
A Medium platform challenge that combines Formula 1 and SQL.
formula1-data-analysis mysql-database sql
Last synced: 11 Jun 2026
https://github.com/imoverlord/sql-snap
Tool for Running SQL Statements in Test Suites
functional-testing jest sql sql-snap
Last synced: 13 May 2026
https://github.com/kamaljangir1/codex_energy_drink
Codex is exploring consumer preferences and market trends in India to strategically launch its energy drink. This project involves a comprehensive data-driven analysis using Python, SQL, and Power BI
Last synced: 14 May 2026
https://github.com/tools4ever-nim/nim-system-powershell-oracle-sql
Oracle Database
database oracle powershell sql system
Last synced: 14 May 2026