• ClipSaver
  • dtub.ru
ClipSaver
Русские видео
  • Смешные видео
  • Приколы
  • Обзоры
  • Новости
  • Тесты
  • Спорт
  • Любовь
  • Музыка
  • Разное
Сейчас в тренде
  • Фейгин лайф
  • Три кота
  • Самвел адамян
  • А4 ютуб
  • скачать бит
  • гитара с нуля
Иностранные видео
  • Funny Babies
  • Funny Sports
  • Funny Animals
  • Funny Pranks
  • Funny Magic
  • Funny Vines
  • Funny Virals
  • Funny K-Pop

3 Sending vs Opening Snaps Snapchat SQL Interview Question скачать в хорошем качестве

3 Sending vs Opening Snaps Snapchat SQL Interview Question 2 года назад

скачать видео

скачать mp3

скачать mp4

поделиться

телефон с камерой

телефон с видео

бесплатно

загрузить,

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
3 Sending vs  Opening Snaps Snapchat SQL Interview Question
  • Поделиться ВК
  • Поделиться в ОК
  •  
  •  


Скачать видео с ютуб по ссылке или смотреть без блокировок на сайте: 3 Sending vs Opening Snaps Snapchat SQL Interview Question в качестве 4k

У нас вы можете посмотреть бесплатно 3 Sending vs Opening Snaps Snapchat SQL Interview Question или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:

  • Информация по загрузке:

Скачать mp3 с ютуба отдельным файлом. Бесплатный рингтон 3 Sending vs Opening Snaps Snapchat SQL Interview Question в формате MP3:


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса ClipSaver.ru



3 Sending vs Opening Snaps Snapchat SQL Interview Question

This is the same question as problem #25 in the SQL Chapter of Ace the Data Science Interview! Assume you're given tables with information on Snapchat users, including their ages and time spent sending and opening snaps. Write a query to obtain a breakdown of the time spent sending vs. opening snaps as a percentage of total time spent on these activities grouped by age group. Round the percentage to 2 decimal places in the output. Notes: Calculate the following percentages: time spent sending / (Time spent sending + Time spent opening) Time spent opening / (Time spent sending + Time spent opening) To avoid integer division in percentages, multiply by 100.0 and not 100. Effective April 15th, 2023, the solution has been updated and optimised. activities Table Column Name Type activity_id integer user_id integer activity_type string ('send', 'open', 'chat') time_spent float activity_date datetime activities Example Input activity_id user_id activity_type time_spent activity_date 7274 123 open 4.50 06/22/2022 12:00:00 2425 123 send 3.50 06/22/2022 12:00:00 1413 456 send 5.67 06/23/2022 12:00:00 1414 789 chat 11.00 06/25/2022 12:00:00 2536 456 open 3.00 06/25/2022 12:00:00 age_breakdown Table Column Name Type user_id integer age_bucket string ('21-25', '26-30', '31-25') age_breakdown Example Input user_id age_bucket 123 31-35 456 26-30 789 21-25 Example Output age_bucket send_perc open_perc 26-30 65.40 34.60 31-35 43.75 56.25 Explanation Using the age bucket 26-30 as example, the time spent sending snaps was 5.67 and the time spent opening snaps was 3. To calculate the percentage of time spent sending snaps, we divide the time spent sending snaps by the total time spent on sending and opening snaps, which is 5.67 + 3 = 8.67. So, the percentage of time spent sending snaps is 5.67 / (5.67 + 3) = 65.4%, and the percentage of time spent opening snaps is 3 / (5.67 + 3) = 34.6%. The dataset you are querying against may have different input & output - this is just an example!

Comments

Контактный email для правообладателей: [email protected] © 2017 - 2025

Отказ от ответственности - Disclaimer Правообладателям - DMCA Условия использования сайта - TOS



Карта сайта 1 Карта сайта 2 Карта сайта 3 Карта сайта 4 Карта сайта 5