Skip to content

Commit 619bc23

Browse files
author
RonHLEb
authored
Added DOI column in the "more information" example
In the "If we want more information" example, added a new column to the SQL code so that the student would see additional information.
1 parent e5c89a8 commit 619bc23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/02-selecting-sorting-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ FROM articles;
5353
If we want more information, we can add a new column to the list of fields right after `SELECT`:
5454

5555
~~~
56-
SELECT Title, Authors, ISSNs, Year
56+
SELECT Title, Authors, ISSNs, Year, DOI
5757
FROM articles;
5858
~~~
5959
{: .sql}

0 commit comments

Comments
 (0)