Projects in Awesome Lists tagged with cte
A curated list of projects in awesome lists tagged with cte .
https://github.com/nuno-faria/tetris-sql
Using SQL's Turing Completeness to Build Tetris
Last synced: 27 Jan 2026
https://github.com/blazebit/blaze-persistence
Rich Criteria API for JPA providers
Last synced: 11 Jan 2026
https://github.com/akretion/nfelib
nfelib - bindings Python para e ler e gerir XML de NF-e, NFS-e nacional, CT-e, MDF-e, BP-e
bpe brasil cte mdfe nfe nfse nota-fiscal-eletronica python sped
Last synced: 05 Apr 2025
https://github.com/omenapps/django-postgresql-dag
Directed Acyclic Graphs with a variety of methods for both Nodes and Edges, and multiple exports (NetworkX, Pandas, etc). This project is the foundation for a commercial product, so expect regular improvements. PR's and other contributions are welcomed.
common-table-expression cte dag directed-acyclic-graph directed-graph django graph graph-algorithms postgresql
Last synced: 16 Feb 2026
https://github.com/matthiask/django-cte-forest
django-cte-forest implements efficient adjacency list trees using Django and PostgreSQL Common Table Expressions (CTE).
cte cte-node descendants django traversal tree-structure
Last synced: 22 Mar 2025
https://github.com/tecnospeed/plugnotas-php
Pacote para integração com o Plugnotas
cte nfce nfe nfse php sefaz tecnospeed
Last synced: 11 Jan 2026
https://github.com/codewithjaspreet/sql
Advanced SQL - Discover sequential, step-by-step explanations and solutions, accompanied by the necessary database creation codes, available on Ankit Bansal Sir's YouTube channel for SQL. Give it a ⭐ and stay tuned for more updates!
cte mysql sqlviews subqueries top45 windowfunction
Last synced: 17 Apr 2025
https://github.com/vmarchesin/br-validate-dfe-access-key
Um validador de chave de acesso de DFes
chave-de-acesso cte dfe nfe sefaz validation
Last synced: 07 Apr 2025
https://github.com/riju18/dashing-datawarehouse-dbt
Design the Data Warehouse with minimalistic code.
cte data-warehouse dbt jinja postgresql python sql
Last synced: 05 May 2025
https://github.com/udipta14/olympic-games-analysis
The aim of this analysis was to extract valuable insights and answer a variety of questions related to the history, participation, and performance of nations and athletes in the Olympic Games. This project demonstrates my proficiency in Data Analysis, SQL Querying using advance functions like CTE, Joins, CASE, Pivot.
cte joins pivot sqlserver windowsfunction
Last synced: 04 Jan 2026
https://github.com/elkronos/sql_portfolio
Examples of SQL scripts. Includes templates for admin (SQL server) and data cleaning, as well as scripts designed for creating a mock database, illustrating triggers, common table expressions, analysis, and ETL.
analysis cte database database-management etl feature-engineering sql sql-server trigger-events
Last synced: 18 May 2026
https://github.com/udipta14/social-media-database-project
I have recently worked on a project of analyzing a social media platform data on MS SQL SERVER. In this project I have used advanced SQL functions and keywords like Views, Indexes, CTE, Windows Functions and many more.
cte eda joins mssqlserver schema views windowsfunction
Last synced: 06 Feb 2026
https://github.com/arksouthern/data-cynical
The interactive SQL editor inspired by my all-time favorite, SSMS.
cte postgres sql sql-editor sqlite
Last synced: 10 May 2026
https://github.com/mandeep04sharma/walmart-sales-performance-analysis
This project analyzes historical transaction data from Walmart stores using advanced SQL queries to uncover insights related to sales performance, customer behavior, and operational efficiency. By leveraging SQL techniques, the project covers various aspects such as branch performance, product profitability, customer segmentation, and sales trends.
cte joins-group-by-case-window-functions mysql subquery windowfunction
Last synced: 25 Jan 2026
https://github.com/sksubhadeep/covid-19-portfolio-project-using-sql
SQL Portfolio Project on COVID-19 Dataset
Last synced: 26 Jan 2026
https://github.com/mandeep04sharma/pizza-hut-sales-analysis---sql
This SQL-based project analyzes Pizza Hut's sales data to uncover insights about customer behavior, product performance, and store efficiency. It focuses on optimizing decision-making by leveraging advanced SQL techniques.
cte joins mysql subqueries-and-joins windowfunction
Last synced: 03 Jul 2026
https://github.com/domani-sistemas/nfe_cte_viewer
Pacote visualizador de documentos fiscais para aplicações desenvolvidas em flutter
cte flutter flutter-package nfce nfe nfe-fazenda xml-parser
Last synced: 01 Feb 2026
https://github.com/twilightcoders/active_record-framing
activerecord cte extension utility-library
Last synced: 14 May 2026
https://github.com/moonmoonsamal/customer_purchase_behavior_analysis
Customer purchase analysis with SQL, Python, and PowerBI
cleaning-data cte eda manipulate-data normalization visualization
Last synced: 25 Mar 2025
https://github.com/sayed-ashfaq/target-sql
In this project, I analyzed Target company's data using SQL in BigQuery, focusing on data extraction, manipulation, and performing various analytical queries to derive insights.
aggregation bigquery cte joins sql
Last synced: 09 Apr 2025
https://github.com/qbart/workshop-db-03
CTEs and window functions explained for PostgreSQL
cte postgres postgresql window-functions workshop workshop-materials
Last synced: 05 Oct 2025
https://github.com/iantomasinicola/script_video_corso_sql
cte database groupby join query sql sql-server subquery
Last synced: 13 Apr 2026
https://github.com/mastermindromii/pan-number-validation-project-using-mysql
This project is designed to validate Indian PAN numbers using MySQL Workbench. It includes SQL scripts to clean, validate, and categorize PAN numbers as Valid or Invalid based on multiple business rules and regex patterns.
create-view cte function-sql mysql regex
Last synced: 07 Oct 2025
https://github.com/kskmemory/sql-advance-data-analytics-project-by-using-cte-and-window-functions
SQL Advance Data Analytics Project by using CTE and Window Functions
cte cumulative-analysis dataexploration exploratory-data-analysis performance-analysis sql windowfunctions
Last synced: 03 Feb 2026
https://github.com/nada-ibrahim12/northwind-sql-analytics
Practical SQL queries, KPIs, and Views for the Northwind sample database. Focused on data analysis and reporting with SQL Server
cte joins procedures sql sqlserver subqueries tsql views
Last synced: 12 Oct 2025
https://github.com/veronsheva/hr_dashboards
Interactive HR dashboard using Tableau & MySQL – explore employee trends, performance, attrition, and salary insights.
calculated-fields charts cte dashboards data-analysis data-cleaning design eda mysql queries tableau window-functions
Last synced: 24 Jan 2026
https://github.com/debjyotisaha/hands-on-sql
My Learning Path towards SQL
cte data data-analysis insert joins select sql subqueries update
Last synced: 04 Apr 2025
https://github.com/dmarks84/ind_project_movie-database-sqlite
Independent Project - I joined and manipulated data from disparate tables of movie information using Python & SQLite; defined schema, created tables/views, queried data, etc. Utilized CTE's, Window Functions, and other DDL, DQL, DML, and DCL scripts.
advanced-sql cte databases dcl ddl dml dql group-by joins python query sql sqlite tables views window-functions
Last synced: 02 May 2026
https://github.com/dannote/arel_maniac
The missing PostgreSQL features for ActiveRecord — no raw SQL allowed
activerecord cte distinct-on lateral-join postgresql rails ruby tablesample
Last synced: 14 Jun 2026
https://github.com/cgosmeyer/wfc3_cte_monitor
Pipeline and SQL database interface for the Hubble WFC3/UVIS charge transfer efficiency (CTE) monitor.
astronomy charge-transfer-efficiency cte database hubble photometry pipeline sqlite wfc3
Last synced: 17 Jan 2026
https://github.com/felipesauer/monitor-sefaz
Monitor open-source de disponibilidade dos webservices da SEFAZ (NF-e, NFC-e, CT-e, MDF-e e DC-e) por UF — status em tempo real, sem certificado. Roda como SPA estática no GitHub Pages.
brasil cte mdfe monitoring nfce nfe nota-fiscal-eletronica react sefaz status-page typescript
Last synced: 11 Jun 2026
https://github.com/moonmoonsamal/cars24
Advanced SQL Analysis for Cars24 Sales Insights
cte joins mssql windowfunction
Last synced: 09 Feb 2026
https://github.com/lorinczakos/sql-projects
This is a collection of my SQL scripts that I wrote and were approved through my course with GoIT Romania Data Analyst course
bigquery cte data data-analysis dbeaver marketing-analytics postgresql project-repository sql vscode
Last synced: 16 May 2026
https://github.com/tolstenev/sql_bootcamp
[done] A set of daily tasks to learn the basics of PostgreSQL
anomalies btree-indexes constraints cte material-views plpgsql selecting triggers updating-datasets
Last synced: 04 Mar 2026
https://github.com/tynoee/nashville-housing-data-cleaning
This repository contains SQL scripts used to clean and prepare the Nashville Housing dataset for analysis.
cte data-analytics data-cleaning data-engineering data-preparation data-processing database etl real-estate-data sql sql-server
Last synced: 24 Apr 2026
https://github.com/allanotieno254/sql-tutorial-mastery-guide--practicle-from-beginner-to-intermmediate-to-advance
A comprehensive guide to mastering SQL, covering topics from basic commands to advanced techniques. This repository includes practical SQL examples, sample data files, and visual aids
aliasing casestatenent creatingviews cte datatypes delete getdate groupby having joins partitioning stringfunctions sys union update
Last synced: 24 Jan 2026
https://github.com/zanbaldwin/things
A mini project where I try to recreate basic functionality of the Things todo app as an API, while practising recursive Common Table Expressions feature in MySQL 8+.
Last synced: 18 Aug 2025
https://github.com/cintia0528/data_analytics-advanced_sql
Revisiting SQL skills, enhancing with CTEs, functions, and window functions. Analyzing IMDB and Magist databases, expanding with web-scraped data.
advancedsql cte stored-procedures windowfunc
Last synced: 11 Jan 2026