Skip to content

Instantly share code, notes, and snippets.

View dapperAuteur's full-sized avatar
🏠
teach what's been taught.

dapperAuteur dapperAuteur

🏠
teach what's been taught.
View GitHub Profile
/*
Sales from an online furniture store
Collected by: https://www.khanacademy.org/profile/charlesb2000/
*/
CREATE TABLE sales(
ID INTEGER NOT NULL PRIMARY KEY
, transaction_date TEXT
, product TEXT
, price INTEGER
, payment_type TEXT