🌐
MariaDB
mariadbtutorial.com › home › getting started with mariadb › mariadb sample database
MariaDB Sample Database
April 11, 2020 - In addition to the tables related to nations, the sample database has two additional tables vips and guests. These simple tables are for demonstration in various tutorials such as joins, union, intersect, and except. ... create table vips( vip_id int primary key, name varchar(100) not null );Code language: SQL (Structured Query Language) (sql) ... create table guests( guest_id int primary key, name varchar(100) not null );Code language: SQL (Structured Query Language) (sql) To load the MariaDB sample database, you follow these steps:
🌐
MariaDB
mariadb.com › developers › resources › sample-apps
MariaDB Sample Apps & Code Examples | MariaDB
October 11, 2023 - A respository containing code samples for getting started using JSON with MariaDB. Includes samples for the following: ... This repository uses the official MariaDB Docker image to demonstrate how to manage semi-structured, via JavaScript Objection ...
Discussions

Sample data for MariaDB Knowledge Base? - Database Administrators Stack Exchange
https://www.mariadbtutorial.com/getting-started/mariadb-sample-database/ (nation) More on dba.stackexchange.com
🌐 dba.stackexchange.com
February 16, 2022
sql - Where can I get a large sample database for practising MySQL query optimization - Stack Overflow
Can anyone give a reference to a substantially large sample database which I can import into MySQL to test and learn optimization and benchmarking? The database should have at least 6-8 tables with... More on stackoverflow.com
🌐 stackoverflow.com
Is there a place I can download sample databases to practice queries?
The stackoverflow database is good https://www.brentozar.com/archive/2015/10/how-to-download-the-stack-overflow-database-via-bittorrent/ More on reddit.com
🌐 r/SQL
27
40
January 10, 2022
Sample online free SQL database
https://dbfiddle.uk/?rdbms=postgres_14 More on reddit.com
🌐 r/SQL
13
13
May 16, 2022
🌐
Dataedo
dataedo.com › kb › databases › mariadb › sample-databases
Sample MariaDB databases - MariaDB - Design & Metadata
Article for: MariaDB ▾ SQL Server Oracle database Snowflake Amazon Redshift SAP/Sybase ASE IBM DB2 PostgreSQL MySQL · Sakila is MySQL sample database - a movie rental database with 16 tables, views, stored procedures, functions and triggers.
🌐
GitHub
github.com › mariadb-corporation › mariadb-columnstore-sample-data
GitHub - mariadb-corporation/mariadb-analytics-sample-data: Example OLAP queries and dataset · GitHub
cd mariadb-analytics-sample-data · ./run_project · This script will: Create sample schemas(s) Download flight data from our public S3 bucket · Load into the database · Offer you the ability to clone this data to InnoDB for direct comparisions with ColumnStore.
Starred by 20 users
Forked by 16 users
Languages   Shell
🌐
Datacamp
datalab-docs.datacamp.com › connect-to-data › mariadb
MariaDB | DataLab Docs
When inside a workbook, click View > Databases, then click the + icon and follow the on-screen instructions. ... For detailed instructions, see Connect your data to DataLab. If you want to experiment with MariaDB without setting up a connection, you can use our sample database containing with World Nations data (source).
🌐
MariaDB
mariadb.org › home
MariaDB Foundation - MariaDB.org
November 13, 2019 - MariaDB Server is one of the most popular open source relational databases. It’s made by the original developers of MySQL and guaranteed to stay open source.
Find elsewhere
🌐
89wa
89wa.jp › sql_sample_data_employees
【SQL】MySQL(MariaDB)を使ったSQL学習用のサンプルデータベースの準備
August 31, 2025 - テーブル構造については、下記のサイトを参照してください。 https://www3.ntu.edu.sg/home/ehchua/programming/sql/SampleDatabases.html · $ sudo apt update $ sudo apt install mariadb-client mariadb-server -y
🌐
GitHub
gist.github.com › kidino › 17de293720112030dfa94629fb544403
Sample Customer Database (MariaDB) · GitHub
Sample Customer Database (MariaDB). GitHub Gist: instantly share code, notes, and snippets.
🌐
GitHub
github.com › mariadb-developers › mariadb-modern-sql-samples
GitHub - mariadb-developers/mariadb-modern-sql-samples · GitHub
Note: The previous commands assume you have the MariaDB client installed, the relative locations of schema.sql and the skysql_chain.pem file residing in a directory called Downloads. But all things are configurable :) The script will create the following tables within a database called demo:
Starred by 2 users
Forked by 2 users
🌐
Wordpress
ruledb.wordpress.com › settingupdb
Setting Up Database – Business Rules and Database Integration
March 2, 2025 - Here is an example of how you may set up your classic database. c:\Program Files\MariaDB 10.5\bin>mysql -u root -p Import the sample database by entering the command: MariaDB [(none)]> source /mysql/mysqlsampledatabase.sql It will install the database "classicmodels"…
🌐
MariaDB
mariadb.com › docs › server › server-usage › data-handling › mariadb-selecting-data-guide-1
Getting Data from MariaDB | Server | MariaDB Documentation
In this particular database, there's also one called authors in which the name and other information on authors is contained. To be able to select data from two tables in one SELECT statement, we will have to tell MariaDB that we want to join the tables and will need to provide a join point.
🌐
Ntu
personal.ntu.edu.sg › ehchua › programming › sql › SampleDatabases.html
MySQL Sample Databases
There are many excellent and interesting sample databases available, that you can use as a template (or pattern) to design your own databases.
🌐
MariaDB
mariadbtutorial.com › home
MariaDB Tutorial
September 7, 2024 - This MariaDB basics section helps you learn how to query data from tables, manage databases and tables.
🌐
MySQL
dev.mysql.com › doc › index-other.html
MySQL :: Other MySQL Documentation
This page provides additional documentation. There's even more available on these extra pages:
🌐
DotFactory
dofactory.com › sql › sample-database
Free SQL Server Sample Database
Download our script and create your own database + data.