Skip to content

Commit

Permalink
Update sample_project.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahMangrum authored Jan 8, 2024
1 parent d3f602b commit 517ee89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample_project.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ I started with a simple **SELECT * FROM table_name** query to become more famili
<img src="images/Code3.png?raw=true"/>
<img src="images/Code3Query.png?raw=true"/>

I then wanted to take a look at the total number of transactions. The initial query resulted in multiple borrowers with **zero dollars** owed and borrowers with the same or similar names listed so I filtered out the zero balances using a **WHERE** clause. Results showed that there were over **639,000 loans** with balances due at the time of my analysis.
I then wanted to take a look at the total number of transactions using the borrower, DueToIda, and country fields. The initial query resulted in multiple borrowers with **zero dollars** owed and borrowers with the same or similar names listed so I filtered out the zero balances using a **WHERE** clause. Results showed that there were over **639,000 loans** with balances due at the time of my analysis.

<img src="images/Code2.png?raw=true"/>
<img src="images/Code2Query.png?raw=true"/>
Expand Down

0 comments on commit 517ee89

Please sign in to comment.