Skip to content

Commit e8d4d41

Browse files
committed
task 47
1 parent 4d9c4fe commit e8d4d41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tasks/47.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@
33
<img src="./art/47.png" alt="solution" >
44

55
#### eng:
6+
Given the CITY and COUNTRY tables, query the names of all cities where the CONTINENT is 'Africa'.
67

8+
Note: CITY.CountryCode and COUNTRY.Code are matching key columns.
79

810

911
#### рус:
12+
Имея таблицы CITY и COUNTRY, запросите названия всех городов, где CONTINENT — «Африка».
1013

14+
Примечание. CITY.CountryCode и COUNTRY.Code соответствуют ключевым столбцам.
1115

1216

1317
#### код с коментариями:

0 commit comments

Comments
 (0)