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

updated answer to question #5 #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

billwarker
Copy link

First line should be:
SELECT name, CONCAT(ROUND((population/(SELECT population FROM world WHERE name = 'Germany') * 100), 0), %)
Need to multiply population/(germany population) by 100 to round to the percentages required for the correct answer SQL ZOO. The percentage symbol also requires quotation marks around it as well.

First line should be:
SELECT name, CONCAT(ROUND((population/(SELECT population FROM world WHERE name = 'Germany') * 100), 0), %)
Need to multiply population/(germany population) by 100 to round to the percentages required for the correct answer SQL ZOO.
akmalist added a commit to akmalist/sqlzoo-solutions that referenced this pull request Nov 18, 2018
Since the requirements for jisaw#15 ask you to order by the number of actors and then title. Therefore, you have to add title in Order by clause
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.

1 participant