Skip to content

Instantly share code, notes, and snippets.

@chokn
chokn / winstons_donut_logs.sql
Last active January 12, 2016 17:08 — forked from pamelafox/winstons_donut_logs.sql
winstons_donut_logs.sql
/*
Winston's Donut logs
This table of logs shows how many donuts Winston eats at each year of his life,
plus any particular reason to explain his eating habits.
Collected by: https://www.khanacademy.org/profile/mhogwarts/
*/
CREATE TABLE winstons_donut_logs (
id TEXT PRIMARY KEY,
status TEXT,
years_old INTEGER,