# I solved the problem with different way SQL

**URL:** https://forum.codewithmosh.com/t/i-solved-the-problem-with-different-way-sql/16668
**Category:** SQL
**Created:** [November 25, 2022, 2:58pm UTC](https://forum.codewithmosh.com/t/i-solved-the-problem-with-different-way-sql/16668 "2022-11-25T14:58:47Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Venocom](https://avatars.discourse-cdn.com/v4/letter/v/e8c25b/32.png) [@Venocom](https://forum.codewithmosh.com/u/Venocom)
#### Post date: [November 25, 2022, 2:58pm UTC](https://forum.codewithmosh.com/t/i-solved-the-problem-with-different-way-sql/16668/1 "2022-11-25T14:58:47Z")

</div>

Hello. I was watching Mosh’s SQL course and I solved an exercise with different way but I got the same solution. I’d want to ask, what is the difference? (The first photo is my solution second one is Mr. Mosh’s. Mr. Mosh’s is in the link because the forum doesn’t allow me to share multiple photos)

 ![image](https://us1.discourse-cdn.com/flex020/uploads/codewithmosh/original/2X/4/45e2bed430c035e73b87b8f57304066a4d50633f.png)

> **[resim-2022-11-25-175608653](https://ibb.co/tPFFxWd)**
>
> Image resim-2022-11-25-175608653 hosted in ImgBB

---

<div class="post-metadata">

### Author: ![SAM](https://sea2.discourse-cdn.com/flex020/user_avatar/forum.codewithmosh.com/sam/32/167_2.png) [@SAM](https://forum.codewithmosh.com/u/SAM)
#### Post date: [November 26, 2022, 10:21am UTC](https://forum.codewithmosh.com/t/i-solved-the-problem-with-different-way-sql/16668/2 "2022-11-26T10:21:27Z")

</div>

The only difference is that you include data from the `client` table while Mosh doesn’t. So Mosh focuses on the technical problem while your output is probably more human readable 😉
