Skip to content

Commit

Permalink
removed PR instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahCawley authored Feb 28, 2023
1 parent cd0ead1 commit 433fec8
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions projects/db-modeling-assignment.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
# Assignment: Data Modeling

Now that you've learned about relational databases and SQL, let's put together what we've learned and create a database.

## Submission Process

- Once you are finished, or the due date has arrived, please export your entire database as a SQL file and include a copy of this file with your example queries.
- You can use CLI [psql](https://www.postgresql.org/docs/9.1/backup-dump.html) or a [GUI app like pgadmin](https://www.pgadmin.org/) to export the file
- Add them to a new folder in your assignments repo
- Make a pull request
Now that you've learned about relational databases and SQL, let's put together what we've learned and create a database. In your pair group brainstorm how you would model this data. Try creating a schema.

## App Domain

Expand Down Expand Up @@ -43,9 +36,6 @@ After designing and creating your tables above, include SQL for the following qu
1. Select the image URLs of all Photos that a specific User ID hearted
1. Select all the usernames who Hearted a given photo (given the photo's primary key)

## End of Requirements

If you have completed the above, or the due date has arrived, please submit according to instructions above. If you want more challenges, please continue.

## Bonus Queries

Expand Down

0 comments on commit 433fec8

Please sign in to comment.