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/rajsunny5714/understand-jdbc-
I have made this repository for those person who wants to know how the jdbc work nad i have also made a hotel-booking mini project on it....
Last synced: 05 Apr 2025
https://github.com/teresakae/moneytracker-java
A simple income-expense tracker with date, name, and category sorting, featuring visualized summary graphs. Built using Java and SQL within the NetBeans IDE.
application beginner beginner-project database expense-tracker finance-management financial-analysis income-tracker java money-manager moneytracker mysql netbeans personal-finance sql
Last synced: 06 May 2026
https://github.com/thjbdvlt/litteralement
schéma de base de données postgresql EAV hybride pour l'analyse de textes en français
eav french nlp nlp-french postgresql spacy sql
Last synced: 05 Apr 2025
https://github.com/lynder063/database-systems
Tento repositář obsahuje materiály a zdroje týkající se návrhu a správy databázových systémů
Last synced: 06 Jan 2026
https://github.com/leandrojsandoval/basededatos
Ejercicios resueltos de la materia Base de Datos (2009).
database functions indexdb queries sql sql-server sql-server-2022 sql-server-database sql-server-management-studio stored-procedure stored-procedures subqueries transactions trigger trigger-events triggers
Last synced: 27 Mar 2025
https://github.com/wyndace/halfdealposterinator
* Instagram (Insta) – продукт Meta** && ** Meta Platforms inc. – внесена в перечень организаций, занимающиеся экстремистской деятельности или терроризмом на территории РФ
alembic instagram parser python sender sql sqlachemy telegram
Last synced: 17 Jun 2025
https://github.com/sufiyanahmed4566/healthcare-management-system-sql-database
This project is a Healthcare Management System built using SQL. It helps manage data for doctors, patients, appointments, inventory, and billing in hospitals or clinics. The database is well-organized with relationships between tables and includes over 100 queries to retrieve and analyze information easily.
Last synced: 05 Jan 2026
https://github.com/baalaji2817/pizza-sales
Tableau and SQL for Pizza Sales
microsoft-sql-server sql ssms tableau-dashboards
Last synced: 10 Jan 2026
https://github.com/lucashomuniz/Project-05
Statistical Analysis of Hospitalization Costs: Leveraging SQL and R for Insights
anova-analysis anova-test data-analysis finance-analysis-data language-r linear-regression sql stastistical-model statistical-analysis
Last synced: 20 Oct 2025
https://github.com/zalkklop/lvsm
Official code for "LVSM: A Large View Synthesis Model with Minimal 3D Inductive Bias" (ICLR 2025 Oral)
attention-mechanisms deep-learning github-config large-view-synthesis matplotlib multi-label-classification nltk numpy one-vs-rest python seaborn sql tensorflow transformers
Last synced: 09 Apr 2025
https://github.com/matiaselebi/base-de-datos-aplicada
Primer parcial base de datos aplicada
analisis-de-datos etl integration-services sql sqlserver visual-studio
Last synced: 22 Jul 2025
https://github.com/greenpeace/gpes-sql-recipes
List of MySQL snippets to analyse or fix our database.
Last synced: 11 May 2025
https://github.com/igoraugust0/db-1
🗃️ Arquivos e materiais utilizados na disciplina GSI016 - Banco de Dados 1, da UFU.
Last synced: 24 Apr 2026
https://github.com/junioranheu/nuget-package-bulk.sql
An easy-to-use and light NuGet package that simplifies the process of performing bulk inserts in .NET 6 applications. With Bulk.Sql you can efficiently insert and delete large amounts of data into your database tables, improving performance and reducing execution time.
bulk-copy bulk-inserts csharp mysql net6 nuget-package performance postgresql sql sql-server
Last synced: 12 Apr 2026
https://github.com/ayhamratrout/doctor_who_core
This repository contains my implementation of a SQL Server Database containing data such as: the list of episodes, doctors, authors, companions, enemies, etc. from the long-running TV show: Doctor Who. This database was created using Entity Framework Core 5.0 and in accordance with the rules, requirements, and constraints set forth by this project’s instructions and which can be found later in this project's README file.
changetracking datalogging dbcontext entity-framework-core entityframework-database-first entityframework-extensions entityframeworkcore-relations jointable migrations sql sql-query sqlviews stored-procedures userdefined-functions
Last synced: 25 Oct 2025
https://github.com/hussein-m-kandil/odin-members-only
An exclusive clubhouse where members' posts are anonymous to the public. Built as part of studying The Odin Project's Node.js course.
app back-end-development backend bcrypt development ejs express express-session express-validator javascript neon node node-postgres nodejs passport postgresql sql vercel vercel-serverless-functions web
Last synced: 12 Apr 2026
https://github.com/iksergey/sqlite-practice-for-expert
📊 🧑🏼💻 История о том, как начать в SQL и SQLite
Last synced: 24 Oct 2025
https://github.com/esh527/oscowl-co-assignment
oscowl-co-assignment
css hooks html javascript nodejs react sql sqlite sqlite3
Last synced: 11 Apr 2026
https://github.com/philipptpunkt/oauth-service-go
Playground for an Oauth Service with Go backend and Next JS frontend. It uses a Postgres database for general storage and Redis for short term data storage. Individual parts of the service are ran in Docker containers and Docker Compose is used to run the entire service.
docker docker-compose go golang javascript nextjs postgresql redis sql typescript
Last synced: 12 Apr 2026
https://github.com/gades-dataeng/webinar
Code, scripts, and resources for the Data Engineering Fundamentals Course Webinar, covering Python, data pipelines, Apache Airflow, and more.
apache-airflow data-engineering data-orchestration data-orchestrator data-pipelines dimensional-modeling python sql
Last synced: 31 Mar 2025
https://github.com/himcc/sqlgo
sqlite browser and run sql on file (csv and excel file) in command line
csv excel sql sqlite sqlite3 sqlite3-database
Last synced: 30 Mar 2025
https://github.com/kathiriyaakshay/cloudimts-website
Cloudimts is a radiologist reporting management system with DICOM image viewing, role-based access, and reporting features, streamlining the radiology workflow.
Last synced: 05 Apr 2026
https://github.com/saifshahriar/problem-solving
All my problem solvings from codeforces, hackerrank, leetcode and other websites.
algorithm algorithms c codechef codeforces data-structures dsa go hackerrank leetcode lua problem-solving python rust sql
Last synced: 12 Apr 2026
https://github.com/aswajith7077/dbshell
A SQL-based command line system using C and bash script. Integrated concurrency control using file locking mechanisms. Command line parsing is done using the readline library in C.
Last synced: 24 Mar 2025
https://github.com/projeto-clientflow/clientflow
Repositório do Projeto ClientFlow, desenvolvido durante o Bootcamp Full Stack da Generation Brasil.
generation-brasil insomnia java spring-boot sql
Last synced: 21 Feb 2026
https://github.com/lucadboer/api-rest-transactions
An API REST of payment transactions
api-rest e2e-tests fastify nodejs sql typescript vitest zod
Last synced: 10 Mar 2025
https://github.com/davenaugler/assignment_12_pizza_restaurant_sql_db
Building a Pizza Restaurant SQL DB
Last synced: 24 Mar 2025
https://github.com/rodrigocfd/ora-ecl
Utility to convert SQL strings from/to Oracle SQL Developer and Eclipse.
Last synced: 07 May 2025
https://github.com/maxbratuta/the-php-banner-app
🖼 Pet-project for the tracking banner views app using vanilla PHP.
composer css html js mysql no-frameworks php php8 sql
Last synced: 12 Apr 2026
https://github.com/aravindraj777/queryquest
Welcome to the SQL Workouts and leetcode practice question Repository, a comprehensive collection of SQL exercises designed to enhance database querying skills. Whether you are a beginner looking to grasp the basics or an experienced developer aiming to refine your expertise, this repository offers a wide range of practice problems and solutions.
basic database groupby joins leetcode-solutions mysql sql
Last synced: 22 May 2026
https://github.com/unna97/twarc2_to_sql
This converts the output jsonl file twarc2 api to sql
computational-social-science sql twarc2 twitter
Last synced: 03 Jul 2026
https://github.com/leftcoastnerdgirl/sql_and_sqlalchemy
This project introduces SQL coding via SQLAlchemy and continues to reinforce skills in data visualization through Matplotlib.
data-visualization jupyter-notebook matplotlib matplotlib-pyplot pandas-python sql sqlalchemy
Last synced: 24 Jun 2025
https://github.com/analyst-amitbisht/movieverse-analytics
It is an unguided, real data SQL-based project analyzing movie industry trends. It identifies top movies, industry comparisons, language trends, and studio performance using advanced SQL techniques like joins, aggregates, and views. Key findings include Hollywood's revenue dominance and Kannada movies' top IMDb ratings.
data-analysis-techniques financial-metrics joins sql sql-server-management-studio
Last synced: 06 Jan 2026
https://github.com/suchi25sathavara/sql
Revamping the Bike Rental Database for Operational Efficiency
Last synced: 20 Jan 2026
https://github.com/franciscoylderlan/api-todoapplication
API backend desenvolvida em Java utilizando o framework Spring Boot. A API é responsável por fornecer serviços para gerenciar uma lista de tarefas, permitindo a criação, atualização, exclusão e recuperação de tarefas.
Last synced: 17 May 2026
https://github.com/robsonsilv4/fbd
Arquivos da disciplina de Fundamentos de Banco de Dados
Last synced: 16 Mar 2025
https://github.com/antonio-alexander/sql-blog-indexing
A repo showing a proof of concept for indexing and benchmarking in sql
benchmark index indexing mysql performance sql
Last synced: 16 Jan 2026
https://github.com/cmblir/algorithm_korea
알고리즘 문제를 한국의 프로그래머스와 백준을 통해 풀고 있습니다.
baekjoon programmers python sql
Last synced: 19 Oct 2025
https://github.com/souzafcharles/jdbc-connection-to-postgresql
☕ Review content from DevSuperior on Object-Oriented Programming and SQL using Java, JDBC, and PostgreSQL
java jdbc oriented-object-programming postgresql sql
Last synced: 18 Jun 2025
https://github.com/BaileeRice/Module20
Testing machine learning models to see if they can accurately determine the genre of songs
excel google-slides kmeans random-forest sql tableau
Last synced: 10 Mar 2025
https://github.com/mouliemalhotra/netflix-data-analysis
Using a blend of Excel, SQL, and Tableau, I explored a vast dataset of over 82,000 records from Netflix's movie and show library. By simplifying and analyzing the data, I uncovered compelling insights and intriguing patterns within the platform's content.
Last synced: 27 Feb 2025
https://github.com/utkuonursahin/injections
SQL Injection and OS Command Injection demo application.
cybersecurity java os-command-injection sql sql-injection
Last synced: 24 Mar 2025
https://github.com/megos/setcommentforsqlserver
SQLサーバのカラムにコメントを追加するA5:SQLプラグイン
Last synced: 16 Mar 2025
https://github.com/fosetorico/t-shirt_enquirybot_sqldb
End-to-End T-Shirt Enquiry Bot for answering real-time queries about t-shirt inventory using SQL database integration, Hugging Face Embeddings, ChromaDB, and Few-Shot Learning to enhance chatbot accuracy, context retention, and intelligent responses.
chromadb few-shot-learning huggingface-embeddings llm openai sql sqlite3-database
Last synced: 30 Apr 2026
https://github.com/aniruddha-biswas/business-insights-360-atliq-hardware
Business Insights 360, AtliQ Hardware
business-analytics businessinsights dashboard data-visualization dataanalysis datamodeling dax-languague excel excel-import mlanguage mysql powerbi sql sqlquery storytelling-with-data
Last synced: 01 Apr 2025
https://github.com/antmelekhin/ansible-role-postgresql
An Ansible role to install and configure PostgreSQL server.
ansible ansible-role database debian postgres postgresql rhel sql
Last synced: 12 Apr 2026
https://github.com/parthds02/pizza_sales_sql
SQL project analyzing pizza sales data. Includes creating tables, executing queries, and solving basic to advanced analytical questions to derive insights from sales data.
analytics data-analysis data-science pizza-sales sql sql-query
Last synced: 04 Mar 2026
https://github.com/turtacn/sqltracebench
SQLTraceBench:A trace-driven benchmark system designed to take an existing SQL trace and database schema, generate an equivalent workload for various target databases, and execute a comprehensive performance comparison.
db-bench sql sql-tracer sr-benchmark trace-driven
Last synced: 16 Jan 2026
https://github.com/quaddarv1ne/keycloackfastapi
Keycloak — это программное обеспечение с открытым исходным кодом для управления идентификацией и доступом (IAM), разработанное компанией Red Hat
api fastapi fastapi-template hat iam it keycloack linux os py python python3 red sql sqlalchemy sqlite
Last synced: 11 Jun 2025
https://github.com/nik-0-05/mint-classics-model-car-database-with-mysql-workbench-project
This project analyzes inventory optimization and warehouse efficiency for Mint Classics Company using MySQL databases. I imported and explored the relational data model in MySQL Workbench, executing SQL queries like select, group by, and having to retrieve and analyse multi-table inventory data.
data-driven-decisions exploratory-data-analysis mysql-database sql
Last synced: 28 Mar 2025
https://github.com/coderookie0/minimarket_management_system
Minimarket Management System
ccharp management-system minimarket sql windows-app windows-forms
Last synced: 10 May 2026
https://github.com/yashaswitir28/yashaswitir28.github.io
This is my Portfolio Website
data data-analysis-python data-analyst data-cleaning data-science data-visualization excel html-css ms office365 portfolio-website powerbi python sql
Last synced: 29 May 2026
https://github.com/xunchiasg/sql-education
SQL Assessment for FSD-04 (Generation)
Last synced: 28 Mar 2025
https://github.com/mdh266/sqlwars
Comparing Relational Databases
postgresql psycopg2 python sql sqlalchemy sqlite sqlite3
Last synced: 11 Apr 2026
https://github.com/nora-garo/data-analysis-and-visualization
Welcome to my Data Analytics Portfolio! 📈📂This repository showcases my data analysis and business intelligence projects, including data processing, reports, visualizations, datasets, and documentation. It highlights my ability to extract insights, optimize decisions, and present findings using Python, SQL, Power BI, and Tableau 📊🚀
excel phyton pwerbi r sql tableu
Last synced: 01 Apr 2025
https://github.com/sunmadeq/todo
A minimal To-Do application built with Go
clear-ar docker docker-compose dockerfile gin go golang golang-api golang-jwt golang-migrate golang-rest jwt jwt-authentication rest-api sql
Last synced: 06 Jan 2026
https://github.com/codeofrahul/credit_card_financial_dashboard
Develop a comprehensive credit card weekly dashboard that provides real-time insights into key performance metrics and trends, enabling stakeholders to monitor and analyze credit card operations effectively.
creditcard database datacleaning datapreprocessing financial-analysis powerbidashboard problems-solving sql
Last synced: 25 Mar 2025
https://github.com/skytecat/currencytable_sql
Data Warehousing (DWH) and ETL process
Last synced: 03 Mar 2025
https://github.com/dontkaiad/it-journey
a structured overview of my career in tech: from L1 support to LLMs (a bit of chaos included)
api confluence documentation grafana jira linux monitoring prompt-engineering qa rpi sql ssh tech-support
Last synced: 17 May 2026
https://github.com/fesabelilla/databaselab-3.1
MSSQL Using Microsoft sql server management studio 17
Last synced: 17 May 2026
https://github.com/sarthakbhutani/job-run-service
Job running service - to queue n parallel tasks in a queue [where user can only have m parallel jobs running at a time]. Implimented this via sort of a rate limiting mechanism using queues
Last synced: 17 May 2026
https://github.com/it1shka/raql
Relational Algebra Query Language
language query-language relational-algebra relational-database sql
Last synced: 28 Mar 2025
https://github.com/dirkjbosman/node-postgresql-destructured
A (Destructured) Express Node PostgreSQL App
api express javascript node nodejs postgresql sql
Last synced: 03 May 2026
https://github.com/tawfikhammad/sql-problems-hackerrank
The solutions of SQL hackerrank problems
Last synced: 11 Jun 2025
https://github.com/bishopce16/movies-etl
The goal of this project was to create an automated pipeline for a company Amazing Prime that is hosting a hackathon.
json numpy pandas pgadmin4 psycopg2 python regular-expressions sql sqlalchemy time
Last synced: 11 Apr 2026
https://github.com/mahammad-mostafa/things-catalogue
This is the capstone project of the fourth module in the Microverse program. It is a console app for handling items inside a catalogue built with Ruby & PostgreSQL.
gitflow-workflow microverse microverse-projects microverse-ruby microverse-students oop-principles postgresql relational-databases rspec rubocop ruby solid-principles sql unit-testing
Last synced: 18 Jan 2026
https://github.com/nabilshadman/etl-python-sql-airflow
Build ETL pipelines using Python, Pandas, and SQL to extract, transform, and load data from sources, with exercises and job scheduling practices
airflow data-engineering data-pipeline etl python sql
Last synced: 06 May 2026
https://github.com/yasminbrazasilva/exerciciosbancodedados-af-4
Exercícios para AF da matéria de Banco de Dados do 2º semestre de ADS
banco-de-dados modelo-conceitual modelo-logico sql stored-procedure views workbench
Last synced: 02 Feb 2026
https://github.com/yanny-alt/nashville-housing-dataset-cleaning-using-postgresql
Last synced: 28 Mar 2025
https://github.com/lassebahn/sqledit
SQL-Editor zum Anzeigen von Daten aus relationalen Datenbanken
db2 db2400 java javafx mssqlserver relational-database spring springboot sql
Last synced: 11 Apr 2026
https://github.com/dhruvil-26/sql-projects
This repository contains SQL projects focusing on data analysis and insights. Currently, it includes: 1. RSVP Movies Analysis - SQL queries to analyze movie trends, ratings, and genres. 2. Pizza Sales Analysis - SQL queries to explore sales patterns, customer behavior, and profitability in a pizza business.
analysis data-analysis database mysql pizza-sales-analysis rdbms rsvp sql
Last synced: 17 May 2026
https://github.com/cristobalgvera/java-spring-learning
Some exercises with a full stack approach (focused on backend)
exercises java spring-boot sql
Last synced: 17 May 2026
https://github.com/hasanbaysal/hb.wordbank
A simple word learning app. based on the oxford 5000 word list
ef-core oxford-dictionary sql winforms-application
Last synced: 18 Mar 2025
https://github.com/ankushrajmaheyam/sql-top-interview-questions
I'm excited to share sql top interview asks questions with answers that I've compiled from my learning journey at Qspider/Jspider! 🚀 Whether you’re prepping for interviews or brushing up on your SQL skills, these questions will be super helpful in understanding how subqueries work in SQL.
akash ankush ankush-raj ankush-raj-mahe-yam interview jspiders mysq oracle oracle-database qspider question-answering questions sql sql-questions sub-query-questions subquery top-interview-questions
Last synced: 06 Jan 2026
https://github.com/garrett-he/diablo2-mod-sql
A library that allows you to modify Diablo II data with SQL for modding purposes.
diablo2 diablo2resurrected modding sql
Last synced: 13 Apr 2025
https://github.com/mb-44/leet-code-solutions
Everyday, I'm trying to publish daily problem in LeetCode.
bash javascript mysql pandas python python3 sql typescript
Last synced: 12 Apr 2026
https://github.com/json2d/schematable
a library for working with SQL tables in Python
boilerplate-reduction schematable-urls sql workflow
Last synced: 01 Apr 2025
https://github.com/omatthewy/java-explore-with-me
Template repository for ExploreWithMe project.
api-gateway backend docker docker-compose event-discover event-management java maven microservices postgresql postman rest-api spring-boot sql statistics user-authentication
Last synced: 12 Apr 2026
https://github.com/stataziz/global-layoffs-an-eda-with-sql-and-tableau
This project is about exploring global layoff trends from 2020 to 2023, analyzing the impact across companies, industries, and geographies to uncover key insights into job market disruptions.
eda exploratory-data-analysis mysql sql sql-server tableau
Last synced: 21 Feb 2026
https://github.com/harmim/vut-upa-project
Ukládání a příprava dat - Projekt
databases multimedia-database oracle spatial-database sql upa vut vut-fit
Last synced: 02 May 2026
https://github.com/cosmin-panescu/proiect-facultate-tehnologii-web
📌 Faculty Project - Web Technologies
database htmlcssjavascript sql webdevelopment
Last synced: 27 Mar 2025
https://github.com/ajay1214/credit-card-transaction-dashboard
Credit Card weekly dashboard that provides real-time insights into key performance metrics and trends
Last synced: 04 Feb 2026
https://github.com/berkemuftuoglu/ib_computer_science_ia
My International Baccalaureate computer science internal assessment
Last synced: 04 Dec 2025
https://github.com/jahidul2004/hotel-management-system
A desktop application built with C# that facilitates efficient management of hotel operations including room booking, customer check-in/out, and billing. This system offers a user-friendly interface to streamline daily hotel management tasks.
csharp desktop-app dotnet sql windows
Last synced: 07 May 2026
https://github.com/apenfe/maze_solver
User interface to solve a maze using backtracking
backtracking-algorithm daw java sql swing-gui
Last synced: 29 Mar 2025
https://github.com/ludreinsalvador/gadgets-product-6850-project
Creating a machine learning model that predicts whether a customer will purchase Product 6850 in January 2019 with an accuracy above 85% and a recall of at least 70%.
machine-learning modeling pandas-dataframe prediction-model python spark-sql sql
Last synced: 05 Apr 2025
https://github.com/vitormanoelvb/atividades-maria-helena-bordados
Atividades MH BORDADOS
academia academic academic-project data-science database mysql mysql-database sql store
Last synced: 30 Oct 2025
https://github.com/kunalempire2003/sql_llm_queryretriever_using_genai
generative-ai huggingface llm python sql sqlite3 streamlit
Last synced: 18 May 2026
https://github.com/ani811625/csi-assignment7
This repository, CSI-Assignment7, is a part of my Week 7 submission for the Celebal Technologies Summer Internship - SQL Domain. The focus of this assignment is on mastering Slowly Changing Dimensions (SCDs) in data warehousing.
Last synced: 21 Jul 2025