Skip to content

Instantly share code, notes, and snippets.

@montanalow
Created February 6, 2021 00:42
Show Gist options
  • Save montanalow/8900b4adcc30c13b446e7331e7d12e82 to your computer and use it in GitHub Desktop.
Save montanalow/8900b4adcc30c13b446e7331e7d12e82 to your computer and use it in GitHub Desktop.
CREATE TABLE buy_it_again (
customer_id INTEGER NOT NULL,
product_id INTEGER NOT NULL,
purchase_count INTEGER NOT NULL
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment