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-10 00:26:02 UTC
- JSON Representation
https://github.com/itrummer/databyvoice
Web site summarizing our work on voice query interfaces
Last synced: 03 Jan 2026
https://github.com/aliabbos-ashurov/veriql
Fluent and annotation-based SQL query verification library for Java integration and unit tests.
java query-verification sql testing-library
Last synced: 29 Aug 2025
https://github.com/bioolegar1/dslist
lista de games organizada backend
java17-springboot jpa springweb sql
Last synced: 30 Aug 2025
https://github.com/c0m371/restsql
RestSQL: A lightweight .NET tool that turns SQL queries (defined in YAML) into ready-to-run REST endpoints. Works standalone or as a library, supports transactions, nested JSON output, and multiple database providers.
asp-net-core csharp database dotnet generation mysql oracle postgresql rest-api sql sqlite sqlserver yaml
Last synced: 20 Jan 2026
https://github.com/rodrigoalvesvieira/projetobd-sql
Projeto feito para a disciplina de Projeto de Banco de Dados (IF692) do curso de Ciência da Computação do CIn/UFPE.
Last synced: 20 Feb 2026
https://github.com/tompinataro/React-Image-Gallery
Created images with matching descriptions appearing as reversible cards.
Last synced: 31 Aug 2025
https://github.com/mggwxyz/logs-analysis-project
The logs analysis project for Udacity's Full Stack Web Developer Nanodegree
api logs postgresql psycopg2 python sql
Last synced: 13 May 2026
https://github.com/bayoadejare/dw-optimization-insurance
Insurance Data Warehouse Optimization Project
datawarehousing index insurance optimization sql
Last synced: 28 Jun 2025
https://github.com/wookay/deprecated_octo.jl
julia query-builder query-dsl sql
Last synced: 08 Jul 2026
https://github.com/nasirkhan294/room-rental-back-end
This is a Rails API-only application designed to serve as the backend for a web application. It provides API endpoints to interact with data, such as storing and retrieving greetings, and is ideal for building RESTful services and handling data requests from a front-end client.. 📚
database postgresql ruby-gem ruby-on-rails sql
Last synced: 31 Aug 2025
https://github.com/valeriogc/db-videogames-query
Exercises about SQL queries
Last synced: 31 Aug 2025
https://github.com/felipeg-almeida/projeto-labook-backend
Este é o projeto Labook, uma rede social com o objetivo de promover a conexão e interação entre pessoas. Desenvolvido como parte do curso de Desenvolvimento Full Stack da Labenu, unicamente para fins didáticos.
api backend crud express knex layered-architecture nodejs poo sql sqlite typescript uuid
Last synced: 09 Apr 2026
https://github.com/rminelli/sql-server-avoid-accidental-drop-database
Script to avoid accidental deletion of database
database-management sql sql-server sql-server-2016 tsql
Last synced: 04 Jun 2026
https://github.com/leticiamilan/bd-agenda-de-contatos
Projeto de Banco de Dados, que visa criar uma aplicação de agenda de contatos com funcionalidades básicas de manipulação de dados.
Last synced: 24 Jul 2025
https://github.com/sankalp130/credit_card_financial_dashboard
Credit card financial dashboard using Power BI and SQL for transaction analysis and insights.
data-expressions data-modeling dax etl mysql-database power-query-editor powerbi sql
Last synced: 14 Mar 2025
https://github.com/joshdabestlol/cinevision
This project is a full-stack web application project and it was created with Java and React. Spring Cloud was used in this project to create the microservice architecture. Detailed explanations of the services in the microservice architecture are explained in the readme files of the services.
angular apache-kafka apachekafka docker java jwt mongodb postgresql react spring-boot spring-cloud spring-security springdata-jpa sql
Last synced: 10 Apr 2026
https://github.com/singhs05/global-youtube-trends
Understand the impact of Likes, comments, dislikes on the video consumption for the videos that were trending.
data-analysis mssqlserver query sql
Last synced: 18 Mar 2026
https://github.com/epomatti/mssql-replication
SQL Server replication
azure microsoft-sql-server mssql replication sql sql-server terraform
Last synced: 18 Mar 2026
https://github.com/saniyaacharya04/ai-job-dashboard
AI-powered job search platform with semantic search (FAISS), resume parsing, web scraping, Streamlit dashboard, FastAPI backend, Celery pipelines, Docker microservices, and CI/CD.
api celery docker etl-pipeline faiss fastapi job-matching machine-learning ml-engineering nlp playwright postgres python redis resume-parser semantic-search sql streamlit web-scraping
Last synced: 10 Apr 2026
https://github.com/boss294/task-management-websoftware
The Advanced Task Management Web Software is a robust and feature-rich web application designed to streamline client and task management processes. With a modern and intuitive user interface, the software simplifies the onboarding, management, and communication processes, ensuring productivity and efficiency for businesses.
advanced-programming clientmanagement dark-theme html-css-javascript modern-ui modern-web mysql-database php8 responsive-web-design sql task-manager ui-design web website websoftware
Last synced: 15 May 2026
https://github.com/gdbecker/gen10javacourse
Java Course BootCamp with The Software Guild
bootstrap css html java javascript maven mysql-database object-oriented-programming spring-boot sql web web-development
Last synced: 10 Apr 2026
https://github.com/rathianki/-8weeksqlchallenge-dany-ma-
Case study "8-Week SQL Challenge"
8-week-sql-challenge 8weeksqlchallenge dannymasqlchallange database sql sqlcase-study sqlserver
Last synced: 16 May 2026
https://github.com/brunocerecetto/node-js-course
Learning Node.Js 📚
authentication denojs graphql-api javascript mongodb mvc nodejs rest-api sql typescript
Last synced: 10 Apr 2026
https://github.com/akshayboddhul/data-engineering-commands
🔧 Essential Data Engineering Commands - Interactive quick reference with 142+ commands for Linux, Bash, Git, Databricks, Curl, Docker, SQL & more. Copy-paste ready with search & dark mode.
bash cheatsheet cli-tools commands curl data-engineering databricks developer-tools docker git interacti linux quick-reference reference sql
Last synced: 10 Apr 2026
https://github.com/shankarmattigatti/leetcode
LeetCode Problems Solutions
java javascript leetcode sql typescript
Last synced: 10 Apr 2026
https://github.com/bell-kevin/sdev1041sqlfinalproject
What is the store’s average days for a customer to pay based on the return date of the film and the payment date. What is the customer’s average? Show a list of customer names, store id, customer’s average day to pay, and store’s average day to pay. Filter the results by customers that have an average days out greater than the stores average. Order the results by the customer ID. (Hint: stores have inventory, inventory have rentals, and rentals have payments.) Please add the function NOW() and give it a column name of your first name and last name separated by a underscore (this should be the first output column).
1041 datc davistech final project query sql
Last synced: 04 Jan 2026
https://github.com/priyapuranik/data-analytics-using_python
Analyzed data of Hotels and find out meaningful insights from it including booking patterns and seasonal trends and many more.
data pandas python sql visualization
Last synced: 06 Apr 2026
https://github.com/gaepdit/database-resources
General information, guides, and tools for working on database code
Last synced: 09 May 2026
https://github.com/jeescu/nebula-app
Application structure for the new Nebula api project.
api expressjs microservice migrations seeds sql template
Last synced: 10 Apr 2026
https://github.com/dmarzzucco/deathtime.client
Example of how the Death Time (https://github.com/DMarzzucco/Death-Time.git) middleware works
express-js express-middleware middlware solid sql ts typescript
Last synced: 10 Apr 2026
https://github.com/sanggusti/mentoring-skilvul-sic
A repository for teaching and mentoring as instructor of Skilvul Samsung Innovation Campus 2024
computer-vision flask machine-learning pymongo scikit-learn sql
Last synced: 20 Jan 2026
https://github.com/wise-deldu/alx-higher_level_programming
A repository that contains projects on alx higher level programming.
c html javascript python shell sql
Last synced: 10 Apr 2026
https://github.com/nkonev/cassandra-example
An example of chat, based on Apache Cassandra with pagination
apache-cassandra bitnami cassandra cassandra-5 cassandra-java cql docker docker-compose java jdbc liquibase pagination paging sql
Last synced: 10 Apr 2026
https://github.com/melvinaguilar/database-learning
oracle oracle-database sql sql-server
Last synced: 29 Jun 2025
https://github.com/soags/sql-snippets
Collection of helpful SQL queries for administration
db2 mssqlserver oracle postgres sql
Last synced: 02 Apr 2026
https://github.com/gaaniruddha/fit9132-a1-a2
This repository contains assignments #1 and #2 that was completed as a part of "FIT9132 Introduction to Databases", taught at Monash Uni in S2 2019.
conceptual-model entity-relationship-diagram logical-model lucidchart normalization sql sql-developer
Last synced: 02 Feb 2026
https://github.com/brunonavarrooficial/locadora_postgresql
Controle de estoque e aluguel de CD-DVD
Last synced: 14 Feb 2026
https://github.com/nostalgiccoder/readexcelfile.lib
Extracts data from a spreadsheet and outputs its contents to a '.SQL' file. Data extraction tool useful for people using SQL Server Express with no access to SSMS addon and import wizard.
c-sharp console etl excel extract-data library net-framework spreadsheet sql
Last synced: 25 May 2026
https://github.com/croketillo/sqlite-explorer
SQLiteExplorer is an application for manipulating SQLite databases from the command line.
sql sqlite sqlite-database sqlite3 sqlitedatabase
Last synced: 13 May 2026
https://github.com/databricks-solutions/lakets
LakeTS — Time Series Toolkit for Databricks Lakebase. Pure SQL (PL/pgSQL) functions delivering ChronoTables, RollUps, gap-filling, and Lakehouse Sync on a hot (Lakebase) + cold (Delta) tier — no custom extensions.
databricks delta-lake iot lakebase metrics plpgsql postgres postgresql sql timeseries
Last synced: 19 Jun 2026
https://github.com/shivanshkumar760/sqlyapper
SQLYAPPER is a web application that helps users generate SQL queries using the power of GPT models. Simply provide a natural language description of the desired query, and SQLYAPPER will translate it into accurate SQL code.
expressjs gpt-4 nodejs reactjs sql typescript
Last synced: 10 Apr 2026
https://github.com/pranavsuriya-sr/gas_utility_service
Django based Gas Utility Service Project
Last synced: 10 Apr 2026
https://github.com/samalyarov/eve_online_market_analysis
A set of tools for Eve Online market analysis, along with some findings of my own. Repository WIP
aiohttp asyncio postgresql python requests-library-python sql
Last synced: 13 Jun 2026
https://github.com/octoant/information-systems-and-databases
Information systems and database labs at itmo-university, autumn 2021.
databases information-systems java postgres postgresql sql
Last synced: 18 Apr 2026
https://github.com/albingroen/narspelskortet
This digital solution for so-called "närspelskortet" is a open-source project created by Albin Groen but can be maintained by anyone that feels like it. Just my clone and make pull request ✌️
Last synced: 10 Apr 2026
https://github.com/4s4v1n/retailanalistycsdb
Data base structure for retail analyzes project
database plpgsql postgresql retail-analytics sql
Last synced: 01 Mar 2026
https://github.com/fortunewalla/flight-delays
Data Expo 2009: Airline on time data
airlines data-analysis data-science data36 database dataexpo dataset flightdelays flights ontimedata pgsql postgres postgresql sql tomimester
Last synced: 02 Mar 2026
https://github.com/riyouuyt/analyzing-ecommerce-business-performance-using-sql
project that delves into the eCommerce domain to assess key business metrics: customer growth, product quality, and payment quality methods.
analytics business-analytics data-visualization ecommerce excel postgresql sql
Last synced: 31 Aug 2025
https://github.com/nadafeteiha/my-portfolio
Portfolio Site applying production engineer concept on it.
docker docker-compose flask script sql tumx yaml
Last synced: 10 Apr 2026
https://github.com/steviecurran/sql2csv
C shell script to convert an SQL file to CSVs
database-management python query-language sql sqlite
Last synced: 13 Apr 2026
https://github.com/namila007/reservbox-backend
A Hotel booking system for travel Agency (Backend)
api docker docker-image dockerfile gradle java jpa rest restful-api springboot sql
Last synced: 10 Apr 2026
https://github.com/trngtien/spotify_clone
Spotify Clone which helps all member in our team can improve the development skill
axios express-js material-ui mysql-database node-js react-hooks react-js react-redux redux-toolkit sql
Last synced: 10 Apr 2026
https://github.com/dxtaner/myworkspace
MyWorkspace
c csharp css docker docker-compose golang javascript postegresql python reactjs sql
Last synced: 10 Apr 2026
https://github.com/fabriciocovalesci/analise_desenvolvimento_sistemas
Repositório para salvar todos scripts, realizados em sala de aula.
cpp java javascript mysql postgresql python sql
Last synced: 10 Apr 2026
https://github.com/franciscogallegorus/mgcinstaller.github.io
Página de descarga de MGC facturas. App de escritorio para el registro de facturas y gastos de la empresa.
analisis-de-datos csharp data-analytics data-science database desktop-app desktop-application expenditure expenditures factura facturacion gastos invoice mysql sql
Last synced: 13 Apr 2026
https://github.com/pylena/sparkifydatawarehouse
ETL pipeline that extracts data from S3, stages them in Redshift, and transforms data into a set of dimensional tables for analytics
Last synced: 03 Feb 2026
https://github.com/rafaelmoraes003/trybe-exercicios
chai css docker express html http javascript jest mocha mysql nodejs oop python react react-testing-library redux sequelize sql typescript
Last synced: 10 Apr 2026
https://github.com/syncfusionexamples/crud-operations-wpf-scheduler-using-sql-offline-database
How to perform the CRUD operations in WPF Scheduler (Calendar) using offline SQL database
appointments calendar crud events scheduler sql wpf wpf-application wpf-scheduler
Last synced: 19 Apr 2026
https://github.com/haideratgh/sql-data-analytics-project
This repository contains a collection of SQL scripts demonstrating various analytical techniques, such as changes over time, cumulative, performance, data segmentation, part-to-whole analysis
analytics business-analytics business-intelligence data data-analysis data-analyst data-analytics data-engineering data-science data-scientist database datascience query reporting sql sql-query sql-server window-functions-in-sql
Last synced: 29 Jun 2025
https://github.com/mtumilowicz/sql-datafeed-tests
The main goal of this project is to show how to feed tests with sqls.
Last synced: 26 Jun 2026
https://github.com/roudiolding/softwaresteks
Here I'll update folders with all the knowledge that I've learned. Here's is the index (Python, Java, C#, JavaScript, HTML, CSS, React, SQL, NoSQL)
css html java javascript nosql python react sql
Last synced: 10 Apr 2026
https://github.com/parv-bhargava/query-quirks
"QueryQuirks" is a GitHub project that focuses on the peculiar aspects or "quirks" of database queries by analyzing the performance of databases like SQL, MongoDB, Neo4J, and Hadoop. It benchmarks these systems using Python, focusing on efficiency metrics such as time, memory, and CPU usage, and offers insights for database optimization.
benchmarking hadoop mongodb neo4j python sql
Last synced: 10 Apr 2026
https://github.com/catalinaionescu/farmacia_inimii
A web-based pharmacy data management system built with PHP, MySQL, HTML, and CSS. It supports secure user authentication, CRUD operations, and manages pharmacies, medicines, clients, suppliers, and production sites. Designed with scalability, usability, and security (SQL injection prevention) in mind.
Last synced: 10 Apr 2026
https://github.com/filsan-musa/course-sql_fundamentals_for_data_analysis
This course serves as an introduction to Structured Query Language (SQL) for the aspiring data professional, focusing on fundamental concepts and practical applications. The course incorporates interactive video lectures, as well as weekly course exercises to reinforce learning.
chinook-database database relational-databases sql sqlite
Last synced: 15 May 2026
https://github.com/filsan-musa/project-iot_malware_identification
This repository contains the code and data for a project that detects malware from IoT devices using a publish-subscribe model with Confluent and Databricks. The project streams IoT device data to Kafka, analyzes it, and detects malware using machine learning models such as Random Forest and Gradient Boosted Trees.
apache-kafka classification confluent databricks machine-learning-algorithms scikit-learn sql
Last synced: 31 Aug 2025
https://github.com/swethasridhar0509/cs50-sql
This repository contains my solutions to the CS50's Introduction to Databases with SQL course.
Last synced: 13 Feb 2026
https://github.com/andrii04/ga4-gcs-to-bigquery-etl
Automated Data Pipeline that ingests daily GA4-formatted CSV files from a private Google Cloud Storage bucket, validates and loads them into BigQuery, and prepares analysis-ready views. The solution is built for deployment as a Cloud Function triggered by Cloud Scheduler and uses Python with the Google Cloud Storage and BigQuery client libraries.
automation bigquery cloud cloudfunctions data data-analysis data-engineering etl etlpipeline gcp google googlecloudplatform pipeline python sql
Last synced: 18 May 2026
https://github.com/boyscout99/vaccine-distribution-project
Modelling Vaccine Distribution in Finland with PostgreSQL database
database postgresql python sql
Last synced: 20 Apr 2026
https://github.com/art2url/leetcode
👨💻 A repository of solutions for LeetCode problems, focusing on algorithms, data structures, and efficient coding practices.
coding-challenges competitive-programming github javascript learning leetcode problem-solving programming solutions sql typescript
Last synced: 10 Apr 2026
https://github.com/kamiazya/sql-collection-prototype
[WIP]Supports query execution by writing SQL templates in markdown.
Last synced: 10 Apr 2026
https://github.com/huyngo171099/travel-agency
This project involves creating an ETL pipeline to gather relevant city information, weather forecasts, and flight schedules for potential travel destinations. The pipeline enables a streamlined, data-driven approach to help clients select their destination based on critical factors like weather condition and airport congestion
apache-airflow docker-compose mysql mysql-workbench python rapid-api sql weather-api web-scraping
Last synced: 10 Apr 2026
https://github.com/andrehaguiar/engenhodacana
Deprecated
html-css-javascript php-mysql php5 sql webdesign
Last synced: 16 Mar 2026
https://github.com/monambike/yotsuki-web-desktop
A project aimed at creating a gamer-centric social network inspired by the Steam model, developed for SENAI.
csharp css documentation excel games html javascript portuguese portuguese-brazilian powerpoint school-assignment school-project senai senaisp sql word
Last synced: 10 Apr 2026
https://github.com/adamduval/snowflake_helpers
Miscellaneous bits of code to help get stuff done in Snowflake.
Last synced: 29 Jun 2025
https://github.com/lightweight-component/aj-data
Lightweight Data Access Object in Java
Last synced: 09 May 2025
https://github.com/an4pdm/data_analysis_escolar
Projeto de BD com dados fornecidos pelo "Portal de Dados Abertos" , feito com o intuito de praticar minhas habilidades em SQL.
analise-de-dados data-visualization database mysql project-repository sql study
Last synced: 10 Apr 2026
https://github.com/checco9811/data-engineering-bootcamp-homework
Homework solutions for DataExpert.io data engineering bootcamp
apache-spark data data-engineering sql
Last synced: 14 Mar 2025
https://github.com/cntm-labs/sentinel-driver
High-performance PostgreSQL wire protocol driver for Rust
async database driver orm postgres postgresql project-sentinel rust sql tokio
Last synced: 10 Apr 2026
https://github.com/arthurazevedods/leetcode
Problems List - Leetcode
go golang javascript leetcode leetcode-solutions python sql
Last synced: 10 Apr 2026
https://github.com/prxkhxr-02/doctor-appoinment-dashboard-with-disease-prediction
Designed and developed a Doctor Appoinment Dashboard with Disease predictor using php and machine learning and many more
machine-learning php sql xampp xampp-control-panel
Last synced: 06 Mar 2025
https://github.com/jacksonwahome/developersteam6
This is a Repository displaying my works on data analysis, coding, and automation
databases googlesheetsapplications pythonprogramming responsivewebdesign sql uipathautomation vbaforapplications
Last synced: 19 Jan 2026
https://github.com/lagenorhynque/tree-representations-in-rdb
Tree representation models in RDB
mysql relational-database sql tree-structure
Last synced: 09 Jul 2026
https://github.com/lunastev/server-vulnerable-hacking
This repository is a vulnerable server written in Python.
flask hacking python server sql sql-server sqlite3
Last synced: 10 Apr 2026
https://github.com/mikeshultz/rawl
This module is a simple database abstraction trying to balance the usefulness of an ORM with the lack of constraints and flexibility of rawl SQL.
database postgresql psycopg2 python3 sql
Last synced: 28 Feb 2026
https://github.com/ssoehdata/sql_for_data_science_specialization_course
Materials and Certifications from the SQL for DataScience Course
data-analysis data-science database databricks postgresql sql sqlite
Last synced: 10 Apr 2026
https://github.com/triilok10/chatbot
An AI-powered chatbot built with .NET Core and integrated with SQL Server to store user data. Using the Rasa Python model for custom natural language understanding (NLU), this chatbot allows users to register and enter personal data, which is saved directly into the SQL Server database.
aidevelopment chatbotdevelopment conversationalai conversationalai-showcase databaseintegration netcore rasa-nlu sql sql-server
Last synced: 30 Mar 2025
https://github.com/titikterang/php_simple_crud_helper
Simple database crud helper based on php
Last synced: 07 May 2026
https://github.com/mnazlukhanyan/da-projects
Портфолио с работами по аналитике данных, показывающие мои навыки, умения и опыт
data data-vizualisation hypothesis-tests matplotlib pandas plotly postgresql product-metrics python scipy seaborn sql visualization
Last synced: 11 Apr 2026
https://github.com/leticiamilan/bd-cinema
Projeto de Banco de Dados, que aborda conceitos e práticas relacionadas a bancos de dados, sistemas de gerenciamento de banco de dados (SGBD) e modelagem de dados.
Last synced: 23 Mar 2025
https://github.com/kunalrrathod/web-projects
An holistic approach to traditional Web Engineering
bootstrap css3 html5 javascript sql
Last synced: 11 Apr 2026