Русские видео

Сейчас в тренде

Иностранные видео


Скачать с ютуб FACEBOOK/META LeetCode Medium “Friend Requests II" 602 Interview SQL Question Explanation | EDS в хорошем качестве

FACEBOOK/META LeetCode Medium “Friend Requests II" 602 Interview SQL Question Explanation | EDS 1 год назад


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



FACEBOOK/META LeetCode Medium “Friend Requests II" 602 Interview SQL Question Explanation | EDS

Question: https://leetcode.com/problems/friend-... SQL Schema: Create table If Not Exists RequestAccepted (requester_id int not null, accepter_id int null, accept_date date null) Truncate table RequestAccepted insert into RequestAccepted (requester_id, accepter_id, accept_date) values ('1', '2', '2016/06/03') insert into RequestAccepted (requester_id, accepter_id, accept_date) values ('1', '3', '2016/06/08') insert into RequestAccepted (requester_id, accepter_id, accept_date) values ('2', '3', '2016/06/08') insert into RequestAccepted (requester_id, accepter_id, accept_date) values ('3', '4', '2016/06/09') In this video I solve and explain a medium difficulty leetcode SQL question using MySQL query. This question has been asked in Apple, Facebook, Amazon, Google, Adobe, Microsoft, Adobe interviews or what we popularly call FAANG interviews. I explain the related concept as well. This question includes points to keep in mind to develop SQL queries. LeetCode is the best platform to help you enhance your skills, expand your knowledge and prepare for technical interviews. If you found this helpful, Like and Subscribe to the channel for more content. #LeetCodeSQL #FAANG #SQLinterviewQuestions

Comments