Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jennjwill/9f480bb770d54080be768113a32f7118 to your computer and use it in GitHub Desktop.
Save jennjwill/9f480bb770d54080be768113a32f7118 to your computer and use it in GitHub Desktop.
inventory=# SELECT * FROM products;
productid | name | price
-----------+----------------------------+--------
11773 | South Face Jacket | 174.99
11774 | Big Mountain 2-Person Tent | 219.99
11775 | King Cole Camp Stove | 34.99
11776 | Oregon Trail Mountain Bike | 579.99
(4 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment