We have made a MySQL database for a fake B2B SaaS startup called Awesome Company to make your experience on Outcode more fun!
user table
This user table includes all the information Awesome Company has for each user.
payment
The payment table has 1000 records of payment details. It also holds data about the subscription type (is_monthly), which can be used to find more targeted statistics of each subscription type.
login_history
This table logs the date and time of each logins. It is often used together with the payment table to find useful metrics like Average Revenue Per User, Monthly Active User, Customer Conversion Rate, and more.
order_history
Order history table is often used with payment table to check our revenue or sales statistics.
Sample Database Connection Details
You can access our sample database by entering the credentials below:
Title: Feel free to name it as you want!
Host: 13.125.238.106
Port: 3306
Database: outcode
User: outcoder
Password: outcoder
It's READ-ONLY database!