Skip to content

Instantly share code, notes, and snippets.

@LiveBacteria
Created May 24, 2019 19:51
Show Gist options
  • Save LiveBacteria/7b12c1e7aa9cb2139b38c93a683092b2 to your computer and use it in GitHub Desktop.
Save LiveBacteria/7b12c1e7aa9cb2139b38c93a683092b2 to your computer and use it in GitHub Desktop.
Databases Assignment | PostgresSQL
library=# SELECT * FROM books;
id | title | author
------+------------------------------------------+---------------------
1259 | Eloquent Ruby | Russell A. Olson
1593 | JavaScript: The Good Parts | Douglas Crockford
8982 | Designing Object-Oriented Software | Rebecca Wirfs-Brock
7265 | Practical Object-Oriented Design in Ruby | Sandi Metz
(4 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment