Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Join table #4

Merged
merged 8 commits into from
Dec 8, 2022
Merged

Join table #4

merged 8 commits into from
Dec 8, 2022

Conversation

Baayeh
Copy link
Owner

@Baayeh Baayeh commented Dec 7, 2022

  • Created vets table.
  • Created specializations table.
  • Created visits table.
  • Insert data into the tables.

Queries

  • Who was the last animal seen by William Tatcher?
    image

  • How many different animals did Stephanie Mendez see?
    image

  • List all vets and their specialties, including vets with no specialties.
    image

  • List all animals that visited Stephanie Mendez between April 1st and August 30th, 2020.
    image

  • What animal has the most visits to vets?
    image

  • Who was Maisy Smith's first visit?
    image

  • Details for most recent visit: animal information, vet information, and date of visit.
    image

  • How many visits were with a vet that did not specialize in that animal's species?
    image

  • What specialty should Maisy Smith consider getting? Look for the species she gets the most.
    image

Copy link

@mahbubul14 mahbubul14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Project Approved 🏆 🎉

Hi @Baayeh,

Your project is complete! You have done it exceptionally well. it's time to merge it 💯
Congratulations! 🎉

To Highlight 👍

✔️ No linter error.
✔️ Proper git-flow used.
✔️ Well-implemented requirements.

Optional suggestions 🔽

Every comment with the [OPTIONAL] prefix is not crucial enough to stop the approval of this PR. However, I strongly recommend you take them into account as they can make your code better.

  • N/A

Cheers and Happy coding!👏👏👏

Feel free to leave any questions or comments in the PR thread if something is not 100% clear.
Please, remember to tag me in your question so I can receive the notification. You can also connect with me on slack


As described in the Code reviews limits policy you have a limited number of reviews per project (check the exact number in your Dashboard). If you think that the code review was not fair, you can request a second opinion using this form.

@Baayeh Baayeh merged commit 0437300 into dev Dec 8, 2022
@Baayeh Baayeh deleted the join-table branch December 8, 2022 03:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants