Created
February 6, 2021 00:42
-
-
Save montanalow/8900b4adcc30c13b446e7331e7d12e82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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