Skip to content

Commit c69c9bb

Browse files
authored
Update exercises.sql
1 parent 9d65359 commit c69c9bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

SQL Deep Dive/Aggregate Functions/exercises.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,14 @@
3535

3636
-- Question 1: How many official languages are there?
3737
-- Table: countrylanguage
38+
238
3839

3940

4041
-- Question 2: What is the average life expectancy in the world?
4142
-- Table: country
43+
66.486036
4244

4345
-- Question 3: What is the average population for cities in the netherlands?
4446
-- Table: city
45-
47+
185001.75
4648

0 commit comments

Comments
 (0)