- I need to link 2 tables but I'm baffled how (python/sqlite)
- """CREATE TABLE customer (id INTEGER PRIMARY KEY, name TEXT, percentage INTEGER)"""
- """CREATE TABLE archive(week INTEGER, month TEXT, year VARCAR)"""
- CREATE TABLE archive(customer integer references customer(id), week INTEGER,....)