Skip to content

Commit b860b12

Browse files
author
Chris Erdmann
authored
Add link to SWC SQL lesson for further learning
1 parent 8b85a84 commit b860b12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_episodes/10-extra-challenges.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ SQL queries help us *ask* specific *questions* which we want to answer about our
1616

1717
Have a look at the following questions; these questions are written in plain English. Can you translate them to *SQL queries* and give a suitable answer?
1818

19+
Also, if you would like to learn more SQL concepts and try additional challenges, see the [Software Carpentry Databases and SQL](https://swcarpentry.github.io/sql-novice-survey/) lesson.
20+
1921
> ## Challenge 1
2022
> How many `articles` are there from each `First_author`? Can you make an alias for the number of articles? Can you order the results by articles?
2123
>

0 commit comments

Comments
 (0)