Skip to content

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