Gas Station Transaction Database

Database Overview
Re-initialize Database

This database contains 13 tables with real gas station transaction data.

Table Name Columns Sample Data
transactions 9 No data
customers 3 No data
gasstations 4 No data
products 2 No data
yearmonth 4 No data
major 4 No data
member 9 No data
zip_code 6 No data
event 7 No data
attendance 2 No data
budget 4 No data
income 6 No data
expense 7 No data
transactions
Schema:
Column Type
transaction_id integer
date date
time text
customer_id integer
card_id integer
gas_station_id integer
product_id integer
amount integer
price real
Sample Data:
No sample data available
customers
Schema:
Column Type
customer_id integer
segment text
currency text
Sample Data:
No sample data available
gasstations
Schema:
Column Type
gas_station_id integer
chain_id integer
country text
segment text
Sample Data:
No sample data available
products
Schema:
Column Type
product_id integer
description text
Sample Data:
No sample data available
yearmonth
Schema:
Column Type
id integer
customer_id integer
date text
consumption real
Sample Data:
No sample data available
major
Schema:
Column Type
major_id text
major_name text
department text
college text
Sample Data:
No sample data available
member
Schema:
Column Type
member_id text
first_name text
last_name text
email text
position text
t_shirt_size text
phone text
zip integer
link_to_major text
Sample Data:
No sample data available
zip_code
Schema:
Column Type
zip_code integer
type text
city text
county text
state text
short_state text
Sample Data:
No sample data available
event
Schema:
Column Type
event_id text
event_name text
event_date text
type text
notes text
location text
status text
Sample Data:
No sample data available
attendance
Schema:
Column Type
link_to_event text
link_to_member text
Sample Data:
No sample data available
budget
Schema:
Column Type
budget_id text
category text
amount real
link_to_event text
Sample Data:
No sample data available
income
Schema:
Column Type
income_id text
date_received text
amount integer
source text
notes text
link_to_member text
Sample Data:
No sample data available
expense
Schema:
Column Type
expense_id text
expense_description text
expense_date text
cost real
approved text
link_to_member text
link_to_budget text
Sample Data:
No sample data available