Hackerrank SQL Solutions | Challenges SQL Hackerrank Intermediate Problem

  Рет қаралды 17,383

The Coding Mentor

The Coding Mentor

Күн бұрын

Пікірлер: 48
@rayyanamir8560
@rayyanamir8560 2 жыл бұрын
I like the way that you don't directly put the solution but instead choose to show step by step procedure
@thecodingmentor7701
@thecodingmentor7701 2 жыл бұрын
Thanks, I hope you can learn as much as possible from it :)
@rayyanamir8560
@rayyanamir8560 2 жыл бұрын
@@thecodingmentor7701 Thanks. Could you do leetcode sql problems as well?
@divyanshisharma4054
@divyanshisharma4054 Жыл бұрын
Very awesomely explained. I absolutely loved it and didn't find a single channel explaining things in such minute detailing. Kudos to you, thanks a ton :)
@shouvikmandal8926
@shouvikmandal8926 3 жыл бұрын
Many many thanks to you. Your step by step explanation of forming the query helped to me understand this complex question.
@nishantvohra1537
@nishantvohra1537 Жыл бұрын
Just Wow. Its so great how you explain it step by step. worth every single minute.
@gowtham0101
@gowtham0101 Жыл бұрын
Thank you my brother, you have great patience
@dramaticreviews6278
@dramaticreviews6278 3 жыл бұрын
Excellent piece of work
@rahultalwar4847
@rahultalwar4847 8 ай бұрын
nicely explained sir, Thank you🤩
@mohdfaiz6885
@mohdfaiz6885 2 жыл бұрын
Thank you very much man after spending hours reading it was quite blurry but you explained it quite well within a few minutes cheers to you
@thecodingmentor7701
@thecodingmentor7701 2 жыл бұрын
Thanks mohd, glad I could help you out!
@MohamedMagdy-00
@MohamedMagdy-00 Жыл бұрын
You know how to teach !! Many Thanks
@jagatheeswariravi8686
@jagatheeswariravi8686 2 жыл бұрын
Oh. Bro.. Finally i understood..Thanks
@Pr3kashSingh
@Pr3kashSingh 11 ай бұрын
thank you very much . I was struggling in it for long .
@thecodingmentor7701
@thecodingmentor7701 9 ай бұрын
Glad it helped!
@harichandana2260
@harichandana2260 6 ай бұрын
This is brilliant..
@MohanLal-lw7dd
@MohanLal-lw7dd 2 жыл бұрын
Very very brilliantly explained. Thanks brother for making it easy for us...
@thecodingmentor7701
@thecodingmentor7701 2 жыл бұрын
Thanks for your positive comments Mohan! Im glad you liked it
@paragrehani6901
@paragrehani6901 3 жыл бұрын
Very Nicely explained!! Thank you so much.
@thecodingmentor7701
@thecodingmentor7701 2 жыл бұрын
Thanks Parag. I'm Glad it was helpful!
@diftq8191
@diftq8191 2 жыл бұрын
My hero
@stevenzambrano6628
@stevenzambrano6628 3 жыл бұрын
Brilliant ! When will we get the symmetric pairs question?
@thecodingmentor7701
@thecodingmentor7701 3 жыл бұрын
Hi steven, thanks! It will take some weeks but in that time, enjoy the other sql hackerrank solutions ;)
@swarajmehta3011
@swarajmehta3011 Жыл бұрын
thank you for this explaination
@thecodingmentor7701
@thecodingmentor7701 Жыл бұрын
You're welcome Swaraj!
@maitrayirajawat697
@maitrayirajawat697 Жыл бұрын
thank you this helped me.
@anishchhabra5313
@anishchhabra5313 2 жыл бұрын
Thank you so much. You are great.
@thecodingmentor7701
@thecodingmentor7701 2 жыл бұрын
You are too Anish! Thanks for your comment :)
@vivekjoshi3769
@vivekjoshi3769 Жыл бұрын
Wow this is much clear than the other solution I saw on discussion. Hey I have a question. These questions are filed under 'Medium' problems. So far out of 5 'Medium' problems I was able to solve only 2 & on other 3 despite spending more than 2 hours I got frustrated till the point where I felt I would fail if this level of question comes in the technical round of Database Engineer interview. What do you advice about how much time should I spend on one problem? I think 2 hours is too much + it creates a feeling of demotivation in me. Also do you do free 1:1 sessions(cannot pay at the moment but it's fine if you do only paid ones 😅) or if you on discord? I would like to connect and ask more. I am a career transitioner aiming to get better at SQL and get a job in data domain but it's a rough time for me. Would appreciate any way I could connect(ofc if you are ok)
@thecodingmentor7701
@thecodingmentor7701 Жыл бұрын
Hi Vivek, thanks for your comment. I dont find 2+ hours to solve a Problem too bad. It took me oftentimes as long as that to solve problems. Maybe take some breaks in between and go for a walk, get some fresh air, it helps your brain. I also made a video on solving hard problems, that you can watch. I dont do free 1:1 sessions but you can connect with me on LinkedIn (Video description). I also recommend keeping your profile on LinkedIn updated and share your progress there on your journey to get into the data domain.
@LiveLikeAButterfly
@LiveLikeAButterfly 3 жыл бұрын
Thanks for posting this..
@shubhamgandhi7071
@shubhamgandhi7071 3 жыл бұрын
Thanks for posting this. Indeed very helpful. I ran the same code in MySQL and it is throwing some error. Can I use the With statement in MySQL?
@thecodingmentor7701
@thecodingmentor7701 3 жыл бұрын
Yes, absolutely. You can use with Statement in MySQL. Find it here: dev.mysql.com/doc/refman/8.0/en/with.html
@dimmak8206
@dimmak8206 2 жыл бұрын
@@thecodingmentor7701 Thanks for the great video, can you adjust the code so that it work in MySql, seems to not accep the With Clause
@HuyHuy-wy6vi
@HuyHuy-wy6vi 5 ай бұрын
thanks you
@alishadeb457
@alishadeb457 9 ай бұрын
The question says "If more than one student created the same number of challenges AND the count is less than the maximum number of challenges created". Can you explain why did you put keyword ""then" instead of AND between these two statement?
@thecodingmentor7701
@thecodingmentor7701 9 ай бұрын
Hi alisha, you are probably referring to my notes on the right side in line 18 where I write then. You are correct, it should say AND in that line. Thanks! :)
@swaradalele9637
@swaradalele9637 3 жыл бұрын
Can u plz give solution for sql intermediate for certification
@thecodingmentor7701
@thecodingmentor7701 3 жыл бұрын
Hi Swarada thanks for your comment! Im currently studying myself a lot and cannot make videos. But I will pick it up again after my exams. Greetings
@ATNK1231
@ATNK1231 3 жыл бұрын
dont go for certificate go for knowledge
@thecodingmentor7701
@thecodingmentor7701 3 жыл бұрын
Hi swarada Its available now: kzbin.info/www/bejne/d5e3gYd9ibWdb6c&ab_channel=TheCodingMentor
@peaceandlov
@peaceandlov 2 жыл бұрын
wow
@diftq8191
@diftq8191 2 жыл бұрын
Does anyone know why this doesn't work with MySQL? The error is: ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'tbl_num_challenges as ( SELECT h.hacker_id, h.name, COU' at line 1
@thecodingmentor7701
@thecodingmentor7701 2 жыл бұрын
Hi Diftq, can you post the complete code where you get the error? It is not enough information to see whats wrong, thanks!
@harleenkaur1200
@harleenkaur1200 2 жыл бұрын
@@thecodingmentor7701 I am getting the same error, its not working well with MYSQL
@harleenkaur1200
@harleenkaur1200 2 жыл бұрын
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'tbl_num_challenges as ( SELECT h.hacker_id, h.name, COU' at line 1
@harleenkaur1200
@harleenkaur1200 2 жыл бұрын
would be grateful for your response on this
ALL Hackerrank SQL Solutions in ONE Video! | Easy Medium Hard Problems
7:28:13
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН
“Don’t stop the chances.”
00:44
ISSEI / いっせい
Рет қаралды 62 МЛН
IL'HAN - Qalqam | Official Music Video
03:17
Ilhan Ihsanov
Рет қаралды 700 М.
Top Competitors
21:18
Online School Of Math
Рет қаралды 5 М.
Challenges | 19/100 Days Of SQL | HackerRank Solution
22:36
OCCUPATIONS Problem Hackerrank SQL Solutions Medium
11:13
The Coding Mentor
Рет қаралды 11 М.
HACKER RANK (SQL PROBLEM)   CHALLENGES | URDU / HINDI
19:23
Education Hub Online
Рет қаралды 2,3 М.
Hackerrank Symmetric Pairs Problem | SQL | Ashutosh Kumar
8:58
Ashutosh Kumar
Рет қаралды 8 М.
It’s all not real
00:15
V.A. show / Магика
Рет қаралды 20 МЛН