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/eshitakundu/elearning-analytics-dbt
End-to-end analytics engineering project - dbt Cloud + Snowflake. E-learning platform data modeled across staging, dimensions, facts, and a consolidated performance mart.
analytics-engineering data-engineering dbt snowflake sql
Last synced: 22 Jun 2026
https://github.com/gayatri1505/real-time-stock-market-data-pipeline-with-google-cloud-platform
This project builds a complete real-time stock market data pipeline on Google Cloud Platform. It ingests intraday stock prices from the Alpha Vantage API, stores and transforms the data using Cloud Functions, Pub/Sub, Cloud Storage, and BigQuery, and performs rich SQL-based analytics to uncover trading patterns, price movements, & volume anomalies.
bigquery data-engineering google-cloud-platform python3 real-time sql time-series visio
Last synced: 30 Apr 2026
https://github.com/yuktasree/wolf-parking-database-management
This repo provides a comprehensive database solution for managing campus parking, including parking lot availability, permit assignments, and citation tracking. The project covers ER diagrams, database schema design, and transaction handling.
database-management java mysql-database mysql-server sql
Last synced: 30 Apr 2026
https://github.com/itsvaibhavk/cs50sql-2023
A record of all the coursework I did while taking CS50SQL (2023), Harvard's online course - Introduction to Databases with SQL (on the edX platform).
cs50 cs50sql dbms edx harvardcs50 mysql python sql sqlite3
Last synced: 30 Apr 2026
https://github.com/anasyakubu/buk-php-passqs-solution
Here are some of the PassQs question i have solved
buk css html javascript mysql-database php sql
Last synced: 30 Apr 2026
https://github.com/fs-frost/sql-playground
SQL playground to test queries using SQLite on the browser through WASM, installable as PWA.
pwa sql sqlite svelte typescript wasm
Last synced: 30 Apr 2026
https://github.com/susa1473/rest_api-programminglanguages-
a REST-API using mySQL as database and Express.js as server
express-js joi-validation mysql-database rest-api sql
Last synced: 08 May 2026
https://github.com/nxion/sql-data-warehouse-project
Building a modern data warehouse with MS SQL server, ETL processes, data modeling and analyitics.
data data-analysis data-analytics data-engineering data-lakehouse data-warehouse datalake datascience etl etl-job medallion-architecture ms mssql sql sql-query sql-server
Last synced: 05 Jun 2026
https://github.com/treeford11/who-wants-to-be-a-millionaire
# Who Wants To Be A MillionaireThis project recreates the popular quiz show experience. Play the game on any device and test your knowledge! 🎮💻
a css fetch fork html javascript kbc kbc-game money project react-router show sql tv types vue wants web
Last synced: 30 Apr 2026
https://github.com/piaschilling/databasebridge
DatabaseBridge is an application designed to facilitate the smooth migration of an existing database to another database system.
Last synced: 30 Apr 2026
https://github.com/software-development-course-2025/database-design-with-sql-week-1-assignment
This repository contains solutions for a beginner-level SQL database assignment. It covers how to create and delete databases using standard SQL commands.
database-management databases mysql postgresql sql
Last synced: 08 May 2026
https://github.com/ysclk/caferestaurant
About my app
cafeapp csharp csharp-app csharp-code desktop-app mssql-database restaurant-management sql winforms winforms-application winforms-dashboard
Last synced: 21 Apr 2026
https://github.com/marielachirinosr/nyc-taxi-trip-exploration-2019-2020
Explores passenger behavior & impact of COVID-19 on NYC taxi industry (Q1 2019-2020).
bigquery data data-analysis data-visualization python sql tableau
Last synced: 15 Jun 2026
https://github.com/aishwaryagade02/loan-funnel-optimization-analysis
Tracks how loan applications move through each stage, helps spot where people drop off, and gives clear insights to improve approval strategies and overall performance.
ab-testing data-analysis data-creation hypothesis-testing python reporting sql statistical-methods streamlit
Last synced: 30 Apr 2026
https://github.com/hustle2live/gtd
Check my ➡ Full Stack application - GTD Task manager📑✔ ________ Stack_includes: React + Typescript | Node+Express | Prisma ORM | Emotion CSS | Zuztand | SQL / PostgreSQL
full-stack gtd prisma react sql typescript
Last synced: 30 Apr 2026
https://github.com/frosteen/technical-workshops
A collection of technical workshops (with instructor materials) which I have facilitated during my college days.
css electronics html javascript python raspberry-pi sql web-design web-development
Last synced: 18 Apr 2026
https://github.com/srgchrksv/cloudflare-workers
Cloudflare Worker + D1 Database example
cloudflare cloudflareworkers sql
Last synced: 30 Apr 2026
https://github.com/ssanthosh010303/d16c1
Day-16 Challenge-1: Solving Challenges at https://pgexercises.com/
Last synced: 21 Apr 2026
https://github.com/royungar/datawarehouse_waste_management_project
PostgreSQL-based data warehouse project for a Brazilian solid waste management company. Uses a star schema, advanced SQL (GROUPING SETS, ROLLUP, CUBE), and materialized views for multidimensional reporting.
analytical-queries data-analytics data-engineering data-modeling data-warehouse etl ibm pgadmin postgresql sql star-schema
Last synced: 04 Jun 2026
https://github.com/cagandemirmr/airbnb_available_houses
In this repo, i create dashboard using Tableau.In this process, i use SQL and Python languages.
dashboard data-visualization dataprocessing python sql tableau
Last synced: 30 Apr 2026
https://github.com/jjackson112/villain-trading-card
Different branches include template and REST API versions.
database endpoints html-template rest-api sql
Last synced: 30 Apr 2026
https://github.com/bayunova28/mobile_application_and_development
This repository contains about my weekly projects from mobile application and development course at my college
Last synced: 30 Apr 2026
https://github.com/soat-fiap/bmb.database
Manages the database schema and related files for the BMB application. It includes SQL scripts for creating tables, inserting data, and updating the schema, along with Terraform configurations to manage the database infrastructure, ensuring consistency and ease of deployment.
aws aws-aurora fiap sql terraform
Last synced: 09 May 2026
https://github.com/birg81/php-2022-02-16-logindb
Hi guys. I developed this PHP code, for demonstration purposes. This code simulates a login. The code is written in PHP and MySQL. I wrote a PHP script that allows you to automatically create the DB within the DBMS, if it is not already present (./UsersDB.sql.php). I also wrote a configuration file (./config.inc.php), by modifying this file you can change the DB settings. You shouldn't have too much trouble in tweaking the code and make everything work. In case of difficulties, do not hesitate to contact me. Good luck!
html mysql mysqli php php8 r-dbms sql
Last synced: 30 Apr 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/abhayvashokan/habituals-backend
A corporate healthcare companion.
Last synced: 30 Apr 2026
https://github.com/westrachel/sql-small-programs
Problems to practice creating, reading from, updating, and deleting PostgreSQL databases.
Last synced: 05 Jun 2026
https://github.com/fmahadybd/dream-shop
This is an e-commrece website. With have JWT token,Validation, CURD the product and Category. User can add to card product and purch the product
git java jwt-authentication mysql rest-api springboot sql
Last synced: 30 Apr 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/bchavs12/fullstack-checklist-drag-drop
A full stack vanilla drag-drop with node.js and express simple and useful
docker express javascript mysql2 node sql
Last synced: 30 Apr 2026
https://github.com/andreluialves/mysql-one-for-all
Neste projeto o objetivo foi normalizar uma tabela, criar o schema do banco de dados MySql, populá-lo e executar queries de consulta no banco normalizado.
mysql mysql-database nodejs sql workbench
Last synced: 30 Apr 2026
https://github.com/amitreddy14/inventorymanagementsystem
A multi-user, RDBMS-based inventory management system with an elegant UI, robust visualization, and multi-level access privileges. Developed using JavaFX and MySQL, with features like auto due update and multi-threading.
Last synced: 30 Apr 2026
https://github.com/mayankfreelancer/advanced-sales-analytics-dashboard-power-bi-
This interactive Power BI dashboard provides a comprehensive analysis of sales data across regions, categories, and time periods. The project aims to uncover key trends in total sales, profit, quantity sold, and product performance, using advanced visualizations and forecasting techniques. 🛠 Tools & Techniques Used: Power BI
dashboard data-science data-visualization excel numpy pandas powerbi python sales-analysis sql
Last synced: 30 Apr 2026
https://github.com/t1chcoder/cinemabot
Telegram bot for movie recommendations, reviews and personalized watchlists
aiogram movies-and-cinemas postgresql python sql sqlalchemy sqlite telegram-bot
Last synced: 30 Apr 2026
https://github.com/celineboutinon/laplace-immo
ENSAE-ENSAI Formation Continue (Cepe)/OpenClassrooms Data Analyst 2022-2023 - Projet 3
data-analysis data-analytics data-structures database-design database-schema databases mysql-connector-python mysql-workbench python sql
Last synced: 30 Apr 2026
https://github.com/araskolnikoff/grad_project
База данных музея | Распределенное приложение
csharp open-source sql sql-server sql-server-database sql-server-management-studio windows-forms
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/dylanjohnston/data-analysis-uk-housing-prices-and-affordability
Analysis of UK housing prices and affordability using Power Query, MySQL, and Power BI. Explores trends in prices, affordability, sales volumes, and their regional distributions.
data-analysis-project housing-analysis housing-prices mysql powerbi powerbi-report powerquery sql uk uk-housing-market united-kingdom
Last synced: 30 Apr 2026
https://github.com/yankh764/revenue-data-analysis
A take home assignment of improving a revenue data pipeline
data-analysis docker python sql take-home-assignment
Last synced: 30 Apr 2026
https://github.com/celineboutinon/little-lemon
Meta Database Engineer Professional Certificate - Capstone Project
data-analysis data-analytics data-structures data-visualisation database-design database-schema databases mysql-connector-python mysql-workbench python sql tableau-dashboards
Last synced: 30 Apr 2026
https://github.com/ilkersatur/quiz-game
⚡Quiz Game in Windows Forms App and SQL Database
connection-string csharp data-access-layer game quiz-game sql windows-forms
Last synced: 30 Apr 2026
https://github.com/snehachhipa/databases_project
A database design project as part of course work in BSc Computer Science UCD.
mysql-database relation-algebra relational-database sql
Last synced: 17 Jun 2026
https://github.com/warjohn/anonymous-voice-chat-server
Anonymous Voice Chat Server is a Spring Boot-based application enabling secure, anonymous audio messaging. It supports recording, compressing, and playing back audio messages while ensuring user privacy through hashed identifiers. Ideal for building private communication platforms.
audio audio-chat java service spring-boot sql website
Last synced: 30 Apr 2026
https://github.com/akashbera009/foodieroute.com
FoodieRoute.com is a web-based food ordering platform that connects users with the nearest available restaurants using a clean, responsive interface.
css food-ordering html javascript php sql
Last synced: 30 Apr 2026
https://github.com/rupam0710/nzwalks
It is a project containing Web APIs. We have created endpoints for 3 tables walk ,region, and difficulties using EF Core framework. We have also created a UI Using MVC Framework where we have the display the data in form of tables and have actionable buttons on it by fetching it from Regions API. We have also implemented JWT Tokens for security.
api authorization backend dbms entity-framework entity-framework-core jwt jwt-authentication jwt-token mvc mvc-framework sql sql-server ui
Last synced: 30 Apr 2026
https://github.com/ghadaabassi/gestionclubs
Créer une chaîne backend avec Spring Boot
devops jenkins mvc pipeline spring-boot sql
Last synced: 30 Apr 2026
https://github.com/douglasdotv/cs50x
A repository for CS50 problem sets, labs and final project.
ai c cs50 cs50x cybersecurity data-structures python sql web-development
Last synced: 30 Apr 2026
https://github.com/arnoldchrisoduor1/covid_19_data_exploration_in_sql
This project aims at exploring the Full Covid-19 Data Set in SQL
Last synced: 30 Apr 2026
https://github.com/shivammm21/e-healthcare-management-system
It is a terminal application using core java and mysqli 5.7.
core corejava e-healthcare hospital java management management-system mysql mysqldatabase oops oops-in-java sql sql-query
Last synced: 18 Apr 2026
https://github.com/mudasar187/mssql-server-docker
Microsoft SQL Server on Docker
backup database docker microsoft microsoft-sql-server sql sql-server
Last synced: 30 Apr 2026
https://github.com/dsuarezlogans/sql-node-test
Aplicacion de prueba, usando sequelize con mssql server en azure y nodejs
Last synced: 17 Jun 2026
https://github.com/murcegany/api-vhsys
This repository provides an example of integration and automation between the API VHSYS and a SQL Server database
api api-server automation automations csharp csharp-code sql
Last synced: 30 Apr 2026
https://github.com/mele0/air2lung
SQL and Python pipeline for analyzing the impact of air pollution and lifestyle factors on lung disease using a synthetic UK cohort.
air-pollution data-privacy encryption k-anonymity lung-health-severity mysql python sql
Last synced: 08 Jun 2026
https://github.com/pjsalter/sql-school-explorer
SQL School Explorer: Your portal to unlocking valuable insights from student and course data through proficient SQL queries in the dynamic realm of education
java java20 jdbc jdbc-connector jdbc-database mysql mysql-database spring-boot sql
Last synced: 09 May 2026
https://github.com/vasugi2003/big-data-analytics
Big Data Analytics - various operations and functions.
big-data data-science dataset googlecolab hadoop hdfs pyspark python3 sql
Last synced: 30 Apr 2026
https://github.com/tolstenev/sql_database_for_school_21
[done] Relational database of students of School 21, with the specified constraints, triggers and required procedures
constraints database metadata postgresql procedures sql triggers
Last synced: 30 Apr 2026
https://github.com/vodolaz095/purser
Казначей - система для хранения секретов, которые можно сжечь после прочтения
clean-architecture example grpc-server mysql postgresql redis sql swagger
Last synced: 30 Apr 2026
https://github.com/sazardev/mini_store
Mini Store is a mobile app that lets you manage your store from your phone, without the need for expensive or complicated equipment.
android app application flutter management management-system sql store windows
Last synced: 08 May 2026
https://github.com/jaumemonclus/ibm-full-stack-software-engineer-course
An Intensive course of Fullstack Software Engineering including front-end and back-end we application development, Database management, Micorservices and their management, as for various programming lenguages.
css django flask html java python sql
Last synced: 30 Apr 2026
https://github.com/ash-datapro/reporting-sys
Executive reporting system for student success metrics and data-quality validation.
data-quality higher-education-analytics r sql student-success tableau
Last synced: 08 Jun 2026
https://github.com/robinmillford/hr-analytics-employee-performance-analysis
HR Analytics: Unveiling Employee Performance - A comprehensive exploration of employee data using SQL and Power BI, uncovering key insights for strategic HR decision-making.
data-analysis data-visualization jupyter-notebook powerbi python3 sql
Last synced: 20 Apr 2026
https://github.com/ash-datapro/sa-stack
A production-style NLP pipeline from data ingestion to model serving.
docker evaluation-metrics mlops model-serving plumber postgresql reproducible-research sentiment-analysis shiny sql text-classification tidymodels
Last synced: 08 Jun 2026
https://github.com/karan-sharxa/sql
SQL for DATA_ANALYTICS
sql sql-query sql-server sqlalchemy
Last synced: 04 Jun 2026
https://github.com/sadmansakib93/hackerrank-sql-solutions
This repository contains python solutions for some of the HackerRank problems from the SQL genre.
data-science hackerrank hackerrank-solutions mysql problems solutions sql
Last synced: 04 Jun 2026
https://github.com/stephane-klein/migrate-playground
graphile-migrate playground
Last synced: 30 Apr 2026
https://github.com/anibalalpizar/react-aspnet-manager
csharp dotnet react sql typescript xslt
Last synced: 09 May 2026
https://github.com/nph1508/exploring_sales_and_product_performance_in_bicycle_manufacturing_sql
Analyzed sales and product performance data from a bicycle manufacturing company using SQL in BigQuery. Focused on identifying trends in product categories, revenue distribution, and monthly performance to guide production and inventory planning.
Last synced: 08 Jun 2026
https://github.com/emanoelcampos/number-guessing-game
A terminal-based game developed during the Relational Database course at freeCodeCamp. It uses Bash scripting for game logic and PostgreSQL for user data management. The project demonstrates practical use of Bash scripting, PostgreSQL, and Git version control.
bash freecodecamp git postgresql relational-database sql
Last synced: 30 Apr 2026
https://github.com/nivesayee/advent-of-sql-2024
Solutions for Advent of SQL challenges
advent-of-sql advent-of-sql-2024 postgres sql sql-challenges
Last synced: 18 Jun 2026
https://github.com/anas-shakeel/cs50x-2024-journey
Every program i wrote in cs50x 2024 course taught by David Malan at harvard. This repository contains all the programs from lectures as well as the problem sets.
c cs50x flask harvard-university html-css-javascript python3 sql sqlite3
Last synced: 20 Apr 2026
https://github.com/aayes89/honlogparser
Java application that converts Heroes of Newerth (HoN) log files into a sql database
dom dom-manipulation hon java logs parser sql
Last synced: 01 May 2026
https://github.com/vtopc/verrors
Yet another error wrapper package.
error error-handling errors go golang grpc grpc-go postgres postgresql postgresql-database sql
Last synced: 20 Apr 2026
https://github.com/kevinzamoraa/cfgs-dam
CFGS en Desarrollo de Aplicaciones Multiplataforma (DAM)
css3 html5 java mysql oracle-database sql swing-gui xquery xslt
Last synced: 09 May 2026
https://github.com/furqanhun/dbms-labmanual
This repo includes documention of MySQL quries used for my DBMS Lab Manual Tasks
Last synced: 04 Jun 2026
https://github.com/ahmedishraq/cse370-lab
CSE370 - Database Systems
bracucse370 database database-design mysql sql
Last synced: 01 May 2026
https://github.com/arcbjorn/scripts-sql-queries
Javascript functions (integrated with bash) and sample SQL Queries
bash-script html5 javascript sql
Last synced: 01 May 2026
https://github.com/nicatdursunlu/hrms-database
PostgreSQL Database of Human Resources Management Systems
database-management database-schema postgres-database postgresql sql
Last synced: 08 Jun 2026
https://github.com/dev-vivekkumarverma/qdrant
Qdrant- vector database
docker-compose docker-image embeddings pos postgresql-database python3 qdrant qdrant-client qdrant-vector-database shell-scripting sql vector-search
Last synced: 18 Apr 2026
https://github.com/muhammadfarooq85/mongodb-string-operators
This repository is about string opeartors in MongoDb.
Last synced: 01 May 2026
https://github.com/ffatahillah7/snowflake-transform-table-data-warehouses
Welcome to the Powered by Tasty Bytes - Zero to Snowflake Quickstart focused on Transformation! Within this Quickstart we will walk through a large set of Snowflake functionality covering key features like Zero Copy Cloning and Time-Travel to deliver on a Tasty Bytes business requirement.
Last synced: 01 May 2026
https://github.com/dantetrb/diabetes-readmission-dbt
Predictive analytics on diabetic patient readmissions using dbt, DuckDB and Python – with explainability and clustering.
clustering data dataengineering dbt diabetes duckdb hdbscan healthcare jupyter lime readmission-prediction sql
Last synced: 01 May 2026
https://github.com/aswekkk129/sql_interview
Peparation for SQL technical assessments. Real SQL Interview Questions
Last synced: 01 May 2026
https://github.com/andrew-a-a/musicplayer
Music application for Android
android-application android-service android-studio background-service kotlin-android mvvm-android permission-android sql xml
Last synced: 01 May 2026