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: Урок 6.2 Разбор ДЗ/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ group by
15
15
f.rating;
16
16
```
17
17
Задания для повторения и закрепления пройденных тем
18
+
18
19
Запросите топ-3 стран с наибольшим количеством клиентов проката. Выведите 2 поля: страна(country.country), количество клиентов. Используйте join, count, limit.
0 commit comments