SQL задачи
SQL задачи для подготовки к собеседованию. SQL тесты для проверки знаний. № 7065181110 SQL запросы к конкретной Базе данных с решением и разбором По вопросам рекламы: @anothertechrock
Show more📈 Analytical overview of Telegram channel SQL задачи
Channel SQL задачи (@sqlquestions) in the Russian language segment is an active participant. Currently, the community unites 10 073 subscribers, ranking 12 205 in the Technologies & Applications category and 65 082 in the Russia region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 10 073 subscribers.
According to the latest data from 14 June, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -24 over the last 30 days and by -2 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 12.49%. Within the first 24 hours after publication, content typically collects 5.75% reactions from the total number of subscribers.
- Post reach: On average, each post receives 1 258 views. Within the first day, a publication typically gains 579 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 5.
- Thematic interests: Content is focused on key topics such as sql, sqlquestions, шапка, order_table, архитектура.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“SQL задачи для подготовки к собеседованию.
SQL тесты для проверки знаний.
№ 7065181110
SQL запросы к конкретной Базе данных с решением и разбором
По вопросам рекламы: @anothertechrock”
Thanks to the high frequency of updates (latest data received on 15 June, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.
SELECT first_name FROM patients order by len(first_name), first_name;#задача
patients имена (first_name) всех пациентов. Результаты должны быть отсортированы сначала по длине имени, а затем в алфавитном порядке.
#задачаSELECT patients.patient_id, first_name, last_name FROM patients JOIN admissions ON admissions.patient_id = patients.patient_id WHERE diagnosis = 'Dementia';#задача
patients id, имена и фамилии (patient_id, first_name, last_name) пациентов, имеющих диагноз "Dementia". Диагнозы хранятся в таблице admissions.
#задачаSELECT patient_id, first_name FROM patients WHERE first_name LIKE 's____%s';#задача
patients id (patient_id) и имена (first_name) тех пациентов, у которых имя начинается и заканчивается на "s" и состоит как минимум из 6 символов.
#задачаSELECT first_name FROM patients GROUP BY first_name HAVING COUNT(first_name) = 1#задача
patients имена (столбец first_name), которые встречаются только по одному разу.
Например, если двух или большее число людей зовут "John", это имя не должно попасть в результаты. А если только одного человека зовут "Leo", это имя в результаты нужно включить.
#задача
Available now! Telegram Research 2025 — the year's key insights 
