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-30 00:25:46 UTC
- JSON Representation
https://github.com/henrikesilva/catalogo-de-veiculos
Projeto criado como avaliação em uma oportunidade de emprego utilizando AspNetCore e Angular
angular-cli api-rest aspnet-web-api bootstrap4 csharp dapper-donet-core ddd solid-principles sql
Last synced: 19 Apr 2026
https://github.com/camilajaviera91/sql-mock-data
Generate a synthetic dataset with one million records of employee information from a fictional company, load it into a PostgreSQL database, create analytical reports using PySpark and large-scale data analysis techniques, and implement machine learning models to predict trends in hiring and layoffs on a monthly and yearly basis.
connection faker locale logging matplotlib os postgresql psycopg2 pyspark pyspark-sql python random random-python shutil sparksession sql sys unicode
Last synced: 17 May 2026
https://github.com/piyushkumar96/generic-orm
A comprehensive, high-level ORM wrapper for Go built on top of GORM that provides a generic interface for database operations with PostgreSQL and other SQL databases.
generic go golang gorm mysql orm postgres postgresql sql
Last synced: 13 Jan 2026
https://github.com/a179346/knex-increment-upsert
knex insert on duplicate key update & increment
increment javascript knex mysql node nodejs on-duplicate-key postgresql query sql sqlite3 typescript upsert
Last synced: 11 Apr 2026
https://github.com/ahadalireach/leetcode.solutions
A GitHub repository that contains all the LeetCode problems I have solved, along with their solutions.
Last synced: 26 Mar 2025
https://github.com/iguessthislldo/ck2db
Various Utilities and Files for my University Project on Analysing Crusader Kings 2 Save Files
bison crusaders-kings-2 flex json mariadb sql
Last synced: 16 May 2025
https://github.com/dorukeskicorapci/sql-basics-password
This project is password encoding feature extension for SQL Basics Project repository.
encoding-decoding passwordencryptor sql
Last synced: 24 Feb 2025
https://github.com/pernillasterner/php_note_app
A simple note application.
authentication composer controllers crud login-form middleware mysql php registration-form router session sql tailwindcss validation views
Last synced: 11 Apr 2026
https://github.com/rhedgpeth/skysql_htap_demo
Create a schema and load data into MariaDB HTAP.
bash bash-script htap hybrid-database mariadb mariadb-columnstore mariadb-database mariadb-htap mariadb-innodb mariadb-server mariadb-skysql sql
Last synced: 18 Feb 2026
https://github.com/mgrdich/testgoapi
Creating Api with Golang
chi go golang-server postrgresql sql sqlc
Last synced: 20 Jan 2026
https://github.com/anthgrim/notes_fullstack_app_net6_react
Notes Fullstack app
csharp css dotnet dotnet-core dotnetwebapi2 html javascript react sql
Last synced: 11 Apr 2026
https://github.com/art2url/codewars
🥷 A collection of solutions for various Codewars challenges, showcasing problem-solving skills and coding techniques.
codewars coding-challenges github javascript katas learning problem-solving programming solutions sql typescript
Last synced: 11 Apr 2026
https://github.com/bipin115/php-webapp-signup-forgot-password-reset
This project is a web-based application where you can signup, log in, reset your forgot password functionality with SQL lite Db.
Last synced: 24 Mar 2025
https://github.com/eliasafara/relational-databases-modeling
Project: Relational Databases – modeling
course database education entity-relationship-diagram github learn postgresql relational-databases sql
Last synced: 11 May 2026
https://github.com/analiaburgosdev/sql_medical_project
This academic project simulates a management system for medical images, including patients, images, processing algorithms, and validation rules using SQL constraints and PostgreSQL triggers.
Last synced: 02 Jul 2025
https://github.com/jdegand/data-lemur
Solutions for Data Lemur Practice Interview Questions
Last synced: 15 Mar 2025
https://github.com/tahanima/sqlzoo-solutions
My solutions of SQLZOO exercises
Last synced: 18 Mar 2026
https://github.com/doxakis/generate-dbcontext
Generate DbContext class for EntityFramework by analyzing the SQL table schema.
dbcontext dotnet entity-framework sql
Last synced: 02 Jul 2025
https://github.com/symmetric-project/symphony
Pushshift.io to Symmetric post converter.
Last synced: 10 Mar 2026
https://github.com/sabay79/employee-review-management-system
Final Project for .Net Web Engineering Bootcamp under TechLift by Contour Software
asp-net-mvc bootstrap5 csharp db-first dotnet-framework entity-framework linq model-view-controller sql
Last synced: 20 Apr 2026
https://github.com/alain-godo/hackerrank-solutions
My HackerRank solutions.
hackerrank hackerrank-python hackerrank-python-solutions hackerrank-regex hackerrank-solutions hackerrank-sql hackerrank-sql-solutions ms-sql-server python regex sql
Last synced: 06 Apr 2026
https://github.com/jaini-bhavsar/sql
This repository contains some complex, nested queries and important concepts of SQL using different kinds of enormous data.
microsoft-sql-server-studio sql
Last synced: 03 Sep 2025
https://github.com/joytaribagshaw/vet-clinic
This project contains the initial data structure of a relational database for a vet clinic, including a table to store animals' information. It allows for the insertion of data into the table and querying of that data.
database-management database-schema postgres postgresql postgresql-database sql
Last synced: 29 Mar 2025
https://github.com/themuhd/modern-library-database
Contains Design of Modern Library system with TSQL
data-science database library-management-system sql sql-server
Last synced: 18 May 2026
https://github.com/akhtar21yr/text-utils-
The Django Text Utils Project is designed to modify and simplify text. It includes features for converting text to uppercase or lowercase, removing extra spaces, and more. This project aims to provide a comprehensive set of tools for text manipulation, making it easier to clean and format text efficiently in Django applications.
css django html js python sql text-transform text-utils
Last synced: 12 Apr 2026
https://github.com/agustinmusanti/sqlchallenge-3
This repository contains my answers to theoretical SQL questions, covering key database concepts, query optimization, indexing, normalization, and more. The goal is to reinforce SQL fundamentals and best practices for efficient data management.
data-manipulation database-design sql sql-performance
Last synced: 02 Mar 2026
https://github.com/vitonsky/nano-queries
Simple and powerful query builder for any database (SQLite, Postgres, MySQL, etc).
javascript mariadb mysql nodejs pglite postgres postgresql query-builder sql sqlite sqlite3 typescript
Last synced: 13 Sep 2025
https://github.com/sufiyanahmed4566/sql-musicmaven
"This Music Store Database Project showcases SQL skills through comprehensive database design, query optimization, and data analysis. Includes ER diagram, database file, query questions (Easy, Medium, Hard), answered queries, and CSV table data. Ideal for recruiters seeking skilled SQL developers for music store management and data analysis.
data-analysis database insights mysql-database oracle-database relational-databases sql
Last synced: 18 May 2026
https://github.com/abdelrahmanbonna/engram
ENGRAM stands for English grammar dictionary which is a dictionary for grammar
Last synced: 02 Jul 2025
https://github.com/emilbluemax/foodorderingsystem
An online Food ordering system that enables users to view food options, place order and view order status and provided various Admin features
beginner-friendly css food-ordering html javascript php razorpay sql xampp
Last synced: 09 Apr 2026
https://github.com/jonathasfrontend/servertechfixsupabase
Sistema de cadastro e ordem de serviço (back end)
api api-restful javascript js json postgresql sql supabase
Last synced: 07 Apr 2026
https://github.com/thony32/express-1
First experience with REST.API with plain SQL queries
authentication express javascript mysql sql
Last synced: 12 Apr 2026
https://github.com/drako01/java-udemy
Repositorio con todas las Actividades del Bootcamp
css3 eclipse-ide html5 java javascript maven spring-boot sql
Last synced: 12 Apr 2026
https://github.com/jordicorbilla/specflow_table_generator
Simple Specflow table generator for SQL Server
Last synced: 13 Apr 2025
https://github.com/nano-labs/django-query-debugger
Prints queries executed on you projects along with line traceback.
debugger django query-debugger sql
Last synced: 22 Apr 2026
https://github.com/TobiHatti/Languages-Summaries
✔🌍 Summary for several programing-languages (A-Levels)
a-level csharp documentation dotnet example instructions sql
Last synced: 10 Mar 2025
https://github.com/aishanipach/interview-checkpoints
Keeping track of my various DSA solutions to Leetcode, Hackerrank & Striver's sheet! BasicChecklist has all the theory notes for interviews.
cheatsheet cpp data-structures dbms first-timers-friendly good-first-contribution interview-preparation leetcode open-source solutions sql strivers-cp-sheet strivers-sde-sheet
Last synced: 03 Jul 2025
https://github.com/jameswoolfenden/terraform-gcp-cloudsql
A module to create a private database setup
Last synced: 12 Apr 2025
https://github.com/vlaxray/cyteapipe
--> http://teatabacco.altervista.org/ <--
css database diary html5 javascript logging php phpmyadmin sql
Last synced: 12 Apr 2026
https://github.com/sksubhadeep/nashville-housing-data-cleaning-project-using-sql
SQL Data Cleaning Project on Nashville Housing Dataset
Last synced: 19 Mar 2026
https://github.com/miniconnect/minibase
RDBMS framework for miniConnect
database database-driver database-framework java rdbms relational-database sql sql-parser
Last synced: 18 May 2026
https://github.com/raflizocky/dicoding-event
Android | A mobile application to browse events of Dicoding Indonesia.
android dicoding-submission kotlin rest-api sql
Last synced: 18 May 2026
https://github.com/watson-clara/remedia-library-database
This is the code for my CS340 final project. It is a library database designed for a made up school called Anna Elementary.
database erd libarary-management-system schema sql
Last synced: 15 Jun 2026
https://github.com/mutasim77/university-management-system
Database Management System - Final Project🖇
Last synced: 10 May 2026
https://github.com/ayvero/microservices_monopatines
This project implements a microservices architecture using Spring Boot and Docker. It simulates an e-scooter rental platform, managing various business areas such as users, trips, maintenance, and pricing.
docker-compose documentation endpoint java maven microservices spring-boot sql
Last synced: 22 Apr 2025
https://github.com/vara-co/sql-challenge
EmployeeSQL "Data modeling, data engineering, and data analysis."
data-analysis data-engineering data-modeling databases employee-database erd erdiagram postgres postgresql schema sql tables
Last synced: 18 May 2026
https://github.com/xaquinalves/1_daw_bd_sql
All SLQ code created during my databases classroom
Last synced: 11 Feb 2026
https://github.com/mmggyy66/vets_clinic
Vet Clinic is a project to create data structure for a vet clinic using a relational database. It implements PostgreSQL and contains all the data about animals. The complete database contains tables with data about: [] animals [] animals' owners [] clinic employees [] visits
Last synced: 30 Mar 2025
https://github.com/anzo52/mysqlcom4py
Simple command line tools for MySQL using Python
cli database mysql mysql-python-connector python-cli sql
Last synced: 12 Apr 2026
https://github.com/pprattis/a-programming-tutorial-web-app-with-jdbc-client
A jdbc application that runs queries in pgAdmin to simulate the functionality of a programming tutorial class that saves the tutorial's theory and tests in the database.
bootstrap computer-science java jdbc jsp-servlet pgadmin pool-connection-jdbc-java postgresql query servlet sql student tutorial tutorials-platfrom web-application
Last synced: 05 Apr 2026
https://github.com/julianrendon/schooladminsystem_servlets
Java web application to register students into a database using Servlets and JSP
apache-tomcat dao dao-design-pattern java-ee java-server-pages java-web java-web-app java-webapp javaee javaserver-pages jsp jsp-servlet netbeans oracle oracle-sql servlet servlet-jsp servlets sql tomcat-server
Last synced: 08 Apr 2025
https://github.com/antonmarin/traceable-pdo
Adds trace to sql statement. Know the source of your queries!
Last synced: 14 Jan 2026
https://github.com/avdunusinghe/agriproducttracking
.Net 6 | Entity Framework Core | Microsoft SQL | Code First Approach | C# | Type Script | Authorize.Net Payment Gateway | Twilio
angular angular-material csharp efcore microservice sql typescript wso2-esb
Last synced: 01 May 2026
https://github.com/nyxflower/ladybug
An efficient web-based Code Similarity Detection tool with report generator
css java maven similarity-detection sql web-based-application
Last synced: 06 May 2026
https://github.com/cpg314/sqlsonnet
Express SQL queries with a simple Jsonnet representation, which can be easily templated using the Jsonnet configuration language.
Last synced: 13 Apr 2025
https://github.com/mijisu0103/db-for-library-systems
This project was done as a part of the assignment for ECS740P - Database Systems
database-design database-implementation sql
Last synced: 06 Jan 2026
https://github.com/indie-cart/indiecart-marketplace
IndieCart is a Local Artisan Marketplace built with Node.js, React, and SQL, featuring CI/CD and test-driven development.
agile auth0 cicd fullstack-development nodejs reactjs sql tdd webapp
Last synced: 12 Apr 2026
https://github.com/diasnrg/todolist-go
rest api on golang
golang javascript postgresql rest-api sql
Last synced: 29 May 2026
https://github.com/krisnasuma/registerlogin
Simpel Website Register dan Login
css database javascript native php sql
Last synced: 11 Apr 2026
https://github.com/bria222/mkopo_loan_management_system
mkopo lms is a loan management system which helps both clients and the loan administrators to manage loan disbursements and loan statistics
backend-api bootstrap4 css3 html-css-javascript javascript material-ui mysql-database php sql validation
Last synced: 11 Apr 2026
https://github.com/codelur/codelur
I'm a Full Stack Developer who builds scalable, user-focused applications. Inspired by video games, travel, and charity work, I bring creativity, problem-solving, and a global perspective to every project
bootstrap full-stack html java javascript nosq reactjs relational-databases springboot sql
Last synced: 12 Apr 2026
https://github.com/dhruvathaide/webwizards
Nirmaan 2023-Web Wizards
css database database-management hackathon-project html5 javascript php sql
Last synced: 12 Apr 2026
https://github.com/larissaperinoto/trybesmith-api
The TrybeSmith API consists of a management interface for a medieval products store and was developed using TypeScript.
docker docker-compose express joi jwt msc mysql nodejs nodemon sql swagger typescript
Last synced: 12 Apr 2026
https://github.com/arjun1237/dot.connect-authentication-service-provider
University Final Project - With numerous start-ups appearing around the globe and so are their respective websites,the privacy of information is being evaded by hackers on a regular basis. Hence, there is a need for a small and medium sized companies to use authentication system for websites restricted to their employees. Therefore, a need for guarded and secure login system. Unfortunately, this means extra bucks for the start-ups to procure the technology, which can be a luxury for many. This paper is about free-of-cost web service named ’Dot.Connect’ that integrates secure features of a login system by including plausible and reliable validation and verification. Basically, acting as an authentication service provider. The feature can be utilized by any registered employee of a company. The website has been coupled with attractive UI design with some study on color scheme and web design features.
css frontend html javascript php sql webdevelopment
Last synced: 12 Apr 2026
https://github.com/cyberkutti-iedc/snaildb
SnailDB is a lightweight, non-SQL database for Python, designed for simplicity and ease of use.
database lightweight non-sql non-sql-database python pythondatabase sql
Last synced: 25 Mar 2025
https://github.com/4lph4shell/alphashell-terminal-bash
AlphaShell Host Terminal bash v7.4.7 grom
base64 brute-force bypass cms database-access ddos ddos-attack-tools decoder dumper eval fake-data hashing-algorithm perl sha256-hash shell shellscript sql terminal-based terminal-emulator whmcs
Last synced: 11 Apr 2025
https://github.com/OliverLeitner/a2demo
angular 2 demo
angular ecmascript javascript php sql typescript
Last synced: 10 Mar 2025
https://github.com/yaaa3ser/sql-notes
SQL notes from leetcode SQL-study plan
Last synced: 04 Feb 2026
https://github.com/sambhav228/ep-mini
This project giving the brief intro to Inventory and sales Report of products
enterprise-programming java sql
Last synced: 24 Jun 2025
https://github.com/tamino-martinius/node-next-model-knex-connector
SQL connector for next-model package using Knex.
database model mysql node node-module nodejs postgres sql sqlite
Last synced: 15 Jan 2026
https://github.com/derrickbaruga7/sql-database-management
In this SQL database project, I showcase my skills in database design and management. I created normalized tables with primary and foreign key constraints to ensure data integrity. By designing schemas, inserting data, and performing advanced joins, I demonstrated proficiency in data definition and manipulation.
database database-management relational-database sql
Last synced: 05 Sep 2025
https://github.com/coderberry/arel_assist
ArelAssist is to ArelHelpers as Robin is to Batman
Last synced: 26 Jun 2026
https://github.com/davisdevelopment/hx-pmdb-querylang
Query Language module for PmDB
compiler database optimization-algorithm-library sql sql-runtime
Last synced: 17 Jun 2026
https://github.com/castaglia/proftpd-mod_dbacl
Using SQL tables for file/directory access control for ProFTPD
Last synced: 29 Mar 2025
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/buathiertom/automatic-bdd-project
SAE de création de base de données d'une compétition CS:GO (Counter Strike Global Offensive) avec un classement automatique.
plpgsql plpgsql-scripts postgresql sql
Last synced: 07 Jan 2026
https://github.com/subh888999/sql-library-management-system-project
This Library Management System is built using SQL to efficiently manage books, members, and borrowing records. It allows users to add, update, and remove books, track borrowed and returned items, and calculate fines for late returns. Designed for libraries of any size, the system ensures smooth database operations with optimized queries.
Last synced: 21 Jul 2025
https://github.com/luanroger/datamaster
Create databases with a lightweight and intuitive tool.
csharp dotnet sql sql-server tool windows-forms
Last synced: 13 Apr 2026