No video

MLV Prasad - LeetCode SQL [ MEDIUM] | 2324 | "Product Sales Analysis IV" |

  Рет қаралды 89

Data Science University - MLV Prasad

Data Science University - MLV Prasad

Жыл бұрын

MLV PRASAD - Unlocking the Power of SQL for Interviews
💫 Welcome to MLV PRASAD's KZbin channel!
🎥 I am dedicated to providing you with comprehensive educational videos
where I screen record and solve LeetCode SQL questions. Join us on
this exciting journey as we explore the depths of SQL, Deep learning
(Computer Vision,NLP) AI research, Kaggle and data analytics.
🌟 About MLV PRASAD:
MLV PRASAD is an enthusiastic learner and practitioner in the fields
of deep learning, AI research, and data analytics. With a strong
passion for unlocking the potential of SQL, MLV PRASAD aims to share
valuable insights, techniques, and real-world examples to help you excel
in your coding interviews and beyond.
📚 LeetCode SQL Solutions Repository:
For quick access to the solutions demonstrated in our videos, visit our
GitHub repository:
github.com/Mlv....
You'll find a comprehensive collection of LeetCode SQL solutions that
you can refer to for practice and further exploration.
🔗 Connect with MLV PRASAD:
Looking to connect and stay updated with the latest developments in the
industry?
Connect with MLV PRASAD on LinkedIn:
/ mlvprasadofficial .
Feel free to reach out for discussions, collaborations, or any queries you may have.
Have a specific question or need personalized guidance? Reach out to MLV
PRASAD directly on WhatsApp at +91 7680896860 (Please note that
response times may vary due to high demand.)
🎯 The Power of Learning SQL and LeetCode for Interviews:
Mastering SQL and LeetCode is crucial for excelling in technical interviews. By
understanding the intricacies of SQL query writing, optimization, and
data manipulation, you'll enhance your problem-solving skills and gain a
competitive edge. Our videos will guide you through various LeetCode
SQL questions, providing step-by-step explanations, best practices, and
effective strategies to tackle interview challenges.
💡 Exploring Kaggle and Real-World Applications:
At MLV PRASAD's channel, we recognize the importance of practical
experience. We embrace the Kaggle platform to showcase real-world use
cases, competitions, and data analysis projects. Explore fascinating
datasets, work on industry-relevant problems, and learn how SQL fits
into the bigger picture of data science.
🎓 Academic Pursuit:
MLV PRASAD is currently pursuing an M.Sc. in Computer Science specializing
in AI and ML from Woolf University (2022-2024). This academic background
provides a solid foundation for delivering high-quality educational
content and staying up to date with the latest advancements in the
field.
✨ Passion for Empowering Learners:
MLV PRASAD's passion lies in empowering individuals to achieve their goals through knowledge
sharing and mentorship. The channel is dedicated to fostering a
supportive learning environment where viewers can thrive, ask questions,
and engage in discussions. Together, let's enhance our skills and
unlock new opportunities in the exciting world of SQL, deep learning, AI
research, and data analytics.
Join MLV PRASAD's KZbin channel :
today and embark on an enlightening journey of SQL mastery! Don't forget
to subscribe, like, and share the videos to help us reach a wider
audience. Let's code, learn, and grow together! 🚀

Пікірлер: 2
@ritamdas2983
@ritamdas2983 Жыл бұрын
WITH CTE AS( SELECT user_id,product_id,SUM(quantity) as addition FROM Sales GROUP BY user_id,product_id ), CTE1 AS( SELECT s.user_id as user_id,s.product_id as product_id,addition*price as Price FROM CTE s INNER JOIN Product p ON s.product_id=p.product_id ), CTE2 AS( SELECT user_id,price,product_id,DENSE_RANK() OVER(PARTITION BY user_id ORDER BY price DESC) rnk FROM CTE1 ) SELECT user_id,product_id FROM CTE2 WHERE rnk=1;
@ai.mlvprasad
@ai.mlvprasad 10 ай бұрын
if needed any further guidance , you can reach via whatsapp + 91 7680896860
MLV Prasad - LeetCode SQL [ MEDIUM] | 2346 | "Compute the Rank as a Percentage" |
7:03
Data Science University - MLV Prasad
Рет қаралды 83
MLV Prasad - LeetCode SQL [ MEDIUM ] | Number of Trusted Contacts of a Customer | " 1364 " |
16:35
ISSEI & yellow girl 💛
00:33
ISSEI / いっせい
Рет қаралды 17 МЛН
Kind Waiter's Gesture to Homeless Boy #shorts
00:32
I migliori trucchetti di Fabiosa
Рет қаралды 7 МЛН
EVOLUTION OF ICE CREAM 😱 #shorts
00:11
Savage Vlogs
Рет қаралды 14 МЛН
What does a Data Analyst actually do? (in 2024) Q&A
14:27
Tim Joo
Рет қаралды 44 М.
The unfair way I got good at Leetcode
6:47
Dave Burji
Рет қаралды 420 М.
MLV Prasad - LeetCode SQL [ MEDIUM ] |  0585 | " Investments in 2016 " |
10:06
Data Science University - MLV Prasad
Рет қаралды 261
How I would learn to code (If I could start over)
9:16
Jason Goodison
Рет қаралды 4,7 МЛН
MLV Prasad - LeetCode SQL [ MEDIUM] | 2738 | "COUNT OCCURENCE IN TEXTS" |
6:41
Data Science University - MLV Prasad
Рет қаралды 212
The 25 SQL Questions You MUST Know for Data Analyst Interviews
32:47
KSR Datavizon
Рет қаралды 212 М.
MLV Prasad - LeetCode SQL [ MEDIUM ] | 1164 | " Product Price at a Given DateI " |
12:01
Data Science University - MLV Prasad
Рет қаралды 453