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 008 subscribers, ranking 11 796 in the Technologies & Applications category and 63 553 in the Russia region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 10 008 subscribers.
According to the latest data from 30 August, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -29 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 9.75%. Within the first 24 hours after publication, content typically collects 5.68% reactions from the total number of subscribers.
- Post reach: On average, each post receives 976 views. Within the first day, a publication typically gains 568 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 6.
- 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 31 August, 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 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", это имя в результаты нужно включить.
#задачаSELECT * FROM salesman WHERE commission BETWEEN 0.12 AND 0.14;#задача
Реклама. ООО «Отус онлайн-образование», ОГРН 1177746618576, www.otus.ru