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

Vet Clinic: Create table #1

Merged
merged 6 commits into from
Dec 5, 2022
Merged

Vet Clinic: Create table #1

merged 6 commits into from
Dec 5, 2022

Conversation

Strangeal
Copy link
Owner

@Strangeal Strangeal commented Dec 5, 2022

Create a table and query data

  • Used project template to generate repository
  • Created table with name animals and added necessary columns
  • Added the columns used in the schema.sql file
  • Inserted data and added the SQL used in the data.sql` file
  • Wrote queries for a list of quests and added SQL used in the queries.sql file;

Below is a screenshot to each of the quests I wrote:

  1. Find all animals whose name ends in "mon".

end-mon

  1. List the name of all animals born between 2016 and 2019.

born-date

  1. List the name of all animals that are neutered and have less than 3 escape attempts.

escape-less-3

  1. List the date of birth of all animals named either "Agumon" or "Pikachu".

name in

  1. List name and escape attempts of animals that weigh more than 10.5kg

weight-escape

  1. Find all animals that are neutered.

neutered-t

  1. Find all animals not named Gabumon.

not-gabumon

  1. Find all animals with a weight between 10.4kg and 17.3kg (including the animals with weights that equals precisely 10.4kg or 17.3kg)

weight-between

I finally updated my README and added all the necessary info about the project.

Copy link

@Reem-lab Reem-lab left a comment

Choose a reason for hiding this comment

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

Hi @Strangeal,

While you made a great effort in this project, unfortunately, I cannot proceed to review your code.

Invalid Code Review Request

You have submitted a project, that has the old README file template but since Microverse Updated the template so kindly use the new one and then send your PR 💯✨ README NEW TEMPLATE

Your Code Review Request will be marked as invalid in your Dashboard, so please submit a new one once you are ready 🙏

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.

Please, do not open a new Pull Request for re-reviews. You should use the same Pull Request submitted for the first review, either valid or invalid unless it is requested otherwise.


Invalid Code Review Request does not count into the code reviews limit.

Copy link

@AshakaE AshakaE left a comment

Choose a reason for hiding this comment

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

Hi @Strangeal ,

Highlights ✨

  • Code base looks clean 👍
  • Pull request 👌
  • Git flow ✅

Your project is complete! There is nothing else to say other than... it's time to merge it :shipit:
Congratulations! 🎉

Proceed to the next level 👏

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.

Please, do not open a new Pull Request for re-reviews. You should use the same Pull Request submitted for the first review, either valid or invalid unless it is requested otherwise.


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.

@Strangeal Strangeal merged commit 013cd2e into dev Dec 5, 2022
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.

3 participants