awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjektÜber unsHow we rankPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesSQL Sample Databases

Pre-defined relational database schemas and datasets used for testing, benchmarking, and demonstrations.

Distinguishing note: Shortlist candidates focused on management tools or streaming databases rather than the data samples themselves.

Explore 2 awesome GitHub repositories matching data & databases · SQL Sample Databases. Refine with filters or upvote what's useful.

Awesome SQL Sample Databases GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • microsoft/sql-server-samplesAvatar von microsoft

    microsoft/sql-server-samples

    11,122Auf GitHub ansehen↗

    This is a reference implementation library providing a collection of code samples, Transact-SQL scripts, and schemas for SQL Server, Azure SQL, and Azure Synapse. It focuses on providing standardized implementation patterns and reference code for building relational databases and cloud data warehouses. The library distinguishes itself by offering specialized guides and examples for deploying database instances within containerized environments and Azure cloud services. It includes specific reference databases and language extensions for integrating machine learning services and advanced analy

    Provides pre-built databases and sample schemas to demonstrate relational workloads for transactions and analytics.

    Auf GitHub ansehen↗11,122
  • lerocha/chinook-databaseAvatar von lerocha

    lerocha/chinook-database

    2,544Auf GitHub ansehen↗

    This project is a relational SQL sample database and synthetic testing dataset. It provides a standardized data model of a fictional digital media store, encompassing business entities such as artists, albums, tracks, customers, and invoices. The dataset is designed as a cross-dialect SQL collection, using compatible scripts to ensure consistent data seeding and environment parity across different database server engines. It combines imported metadata with fictitious personal details to create realistic records for software prototyping and demonstrations. The project covers capabilities for

    Provides a fictional media store relational dataset for testing SQL queries and schemas.

    TSQL
    Auf GitHub ansehen↗2,544
  1. Home
  2. Data & Databases
  3. SQL Sample Databases

Unter-Tags erkunden

  • Engine Capability ShowcasesFunctional code examples demonstrating specific database engine features like in-memory processing. **Distinct from SQL Sample Databases:** Focuses on demonstrating engine-level features rather than just providing static sample datasets.