https://github.com/lmizner/codecademy_postgresql_movies
Creating tables, inserting data into those tables, and running some basic queries to see that data
https://github.com/lmizner/codecademy_postgresql_movies
add-constraint alter-table create-table insert-into postbird postgresql sql unique update
Last synced: about 1 year ago
JSON representation
Creating tables, inserting data into those tables, and running some basic queries to see that data
- Host: GitHub
- URL: https://github.com/lmizner/codecademy_postgresql_movies
- Owner: lmizner
- Created: 2022-11-02T22:37:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T22:48:08.000Z (over 3 years ago)
- Last Synced: 2025-02-08T07:41:43.315Z (over 1 year ago)
- Topics: add-constraint, alter-table, create-table, insert-into, postbird, postgresql, sql, unique, update
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codecademy_postgresql_movies
## Making a Database of Movies
The goals of this project are relatively straightforward: let’s get comfortable using our PostgreSQL client (most likely Postbird) to interact with our PostgreSQL server! In this project, we’ll focus on creating tables, inserting data into those tables, and running some basic queries to see that data.
* Part 1: Creating Tables
* Part 2: Saving Our Favorite Movies
* Part 3: Browsing movies
* Part 4: Adding Supplementary Information
* Part 5: Backfilling Data
* Part 6: Adding Constraints