You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _episodes/10-extra-challenges.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ SQL queries help us *ask* specific *questions* which we want to answer about our
16
16
17
17
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?
18
18
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
+
19
21
> ## Challenge 1
20
22
> 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?
0 commit comments