MLV Prasad - LeetCode SQL [ EASY ] | 1661 | "Average Time of Process per Machine" |

  Рет қаралды 6,104

Data Science University - MLV Prasad

Data Science University - MLV Prasad

Күн бұрын

Пікірлер: 23
@ai.mlvprasad
@ai.mlvprasad Жыл бұрын
Hi, this is MLV Prasad. (Mentor - Data Science & Analytics) If you are preparing for the Data scientist or Data analyst roles, Be sure to check out incredible resources, which will undoubtedly help you excel in your coding journey: 🔗 KZbin Channel Playlists: bit.ly/mlvprasad_playlist 🔗 GitHub Repository: bit.ly/mlvprasad_github_leetcode Want to have any personal guidance, connect with me via : 🔗 Linkedin : bit.ly/mlvprasad_linkedin Make sure to subscribe to My channel, explore the GitHub repository for additional resources and to stay updated on the latest coding techniques and tips. Happy coding and learning!
@riitviksharma5932
@riitviksharma5932 4 ай бұрын
This is the perfect explaination on youtube
@naveenvjdandhrudu5141
@naveenvjdandhrudu5141 9 ай бұрын
I really like your content and the way of explanation by showing schematic way using notepad plz keep it up bro.....my support to u always
@ai.mlvprasad
@ai.mlvprasad 9 ай бұрын
Tq very much for your kind response naveen
@manisha4130
@manisha4130 6 ай бұрын
Great Explanation. I was searching for the good explanation video for this sql problem. Gladd!! i found it.
@gradientO
@gradientO Жыл бұрын
wow bro the diagram to explain self join is top notch! you're doing great!!
@manish6801
@manish6801 Жыл бұрын
the way you explained question and answer mindblowing. Keep it sir!
@ai.mlvprasad
@ai.mlvprasad Жыл бұрын
Thanks a ton... These appreciations means a lot
@morishbhayani2195
@morishbhayani2195 Жыл бұрын
Nice explanation. Thank you👍👍
@aamengz3406
@aamengz3406 Жыл бұрын
this question was marked easy, but i was confused about self join, your video rly explained well. thanks
@arnobdas6365
@arnobdas6365 Жыл бұрын
Really good content.
@ai.mlvprasad
@ai.mlvprasad Жыл бұрын
Tq very much
@deepikaverma6820
@deepikaverma6820 Жыл бұрын
Well explained.
@satyamgupta4808
@satyamgupta4808 Жыл бұрын
nice explanation
@judgebot7353
@judgebot7353 Жыл бұрын
nice explanation mate
@ai.mlvprasad
@ai.mlvprasad Жыл бұрын
Glad you liked it
@Shardul_D
@Shardul_D 6 ай бұрын
Nice! i have further optimised this and found out that this can be done without using subquery SELECT a.machine_id, ROUND(AVG(b.timestamp-a.timestamp),3) as processing_time from Activity a join Activity b on a.machine_id= b.machine_id and a.process_id = b.process_id and a.timestamp < b.timestamp Group by a.machine_id;
@__abhay.__
@__abhay.__ Жыл бұрын
sir one doubt if we self join as you said that start and end will be combine so how the result will automatically gives the difference of the timestamp of a process? is by joining start and end column it automatically do difference?
@nikhilpandey4118
@nikhilpandey4118 Жыл бұрын
well explained keep going
@ai.mlvprasad
@ai.mlvprasad Жыл бұрын
Thank you, I will
@mmp9371
@mmp9371 Жыл бұрын
thank you
@SuyashTalks
@SuyashTalks Жыл бұрын
Thanks 😊
@ai.mlvprasad
@ai.mlvprasad Жыл бұрын
Welcome 😊
MLV Prasad - LeetCode SQL [ EASY ] | 1667 | "Fix Names in a Table" |
9:34
Data Science University - MLV Prasad
Рет қаралды 411
Don’t Choose The Wrong Box 😱
00:41
Topper Guild
Рет қаралды 62 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
How I Would Become a Data Analyst In 2025 (if I had to start over again)
15:40
Avery Smith | Data Analyst
Рет қаралды 131 М.
LeetCode 1661: Average Time of Process per Machine [SQL]
8:16
Frederik Müller
Рет қаралды 10 М.
Querying 100 Billion Rows using SQL, 7 TB in a single table
9:07
Arpit Agrawal (Elastiq.AI)
Рет қаралды 58 М.
MLV Prasad - LeetCode SQL [ EASY ] | 1280 | "Students and Examinations" |
14:07
Data Science University - MLV Prasad
Рет қаралды 3,6 М.
6 SQL Joins you MUST know! (Animated + Practice)
9:47
Anton Putra
Рет қаралды 244 М.
1661. Average Time of Process per Machine | Leetcode | Hindi
10:47