Hello Programmers/Coders, Today we are going to share solutions of Programming problems of HackerRank of Programming Language SQL. At Each Problem with Successful submission with all Test Cases Passed, you will get an score or marks. And after solving maximum problems, you will be getting stars. This will highlight your profile to the recruiters.
In this post, you will find the solution for Top Competitors in SQL-HackerRank Problem. We are providing the correct and tested solutions of coding problems present on HackerRank. If you are not able to solve any problem, then you can take help from our Blog/website.
Use “Ctrl+F” To Find Any Questions Answer. & For Mobile User, You Just Need To Click On Three dots In Your Browser & You Will Get A “Find” Option There. Use These Option to Get Any Random Questions Answer.
Introduction To SQL
SQL stands for Structured Query Language. SQL is used to create, remove, alter the database and database objects in a database management system and to store, retrieve, update the data in a database. SQL is a standard language for creating, accessing, manipulating database management system. SQL works for all modern relational database management systems, like SQL Server, Oracle, MySQL, etc.
- It is a standard language for Relational Database System. It enables a user to create, read, update and delete relational databases and tables.
- All the RDBMS like MySQL, Informix, Oracle, MS Access and SQL Server use SQL as their standard database language.
- SQL allows users to query the database in a number of ways, using English-like statements.
Link for the Problem – Top Competitors SQL – Hacker Rank Solution
Top Competitors SQL – Hacker Rank Solution
Problem:
Julia just finished conducting a coding contest, and she needs your help assembling the leaderboard! Write a query to print the respective hacker_id and name of hackers who achieved full scores for more than one challenge. Order your output in descending order by the total number of challenges in which the hacker earned a full score. If more than one hacker received full scores in same number of challenges, then sort them by ascending hacker_id.
Input Format
The following tables contain contest data:
- Hackers: The hacker_id is the id of the hacker, and name is the name of the hacker.
-
- Difficulty: The difficult_level is the level of difficulty of the challenge, and score is the score of the challenge for the difficulty level.
-
- Challenges: The challenge_id is the id of the challenge, the hacker_id is the id of the hacker who created the challenge, and difficulty_level is the level of difficulty of the challenge.
- Submissions: The submission_id is the id of the submission, hacker_id is the id of the hacker who made the submission, challenge_id is the id of the challenge that the submission belongs to, and score is the score of the submission.
-
Sample Input
Hackers Table: Difficulty Table:
Challenges Table:
Submissions Table:
Sample Output
90411 Joe
Explanation
Hacker 86870 got a score of 30 for challenge 71055 with a difficulty level of 2, so 86870 earned a full score for this challenge.
Hacker 90411 got a score of 30 for challenge 71055 with a difficulty level of 2, so 90411 earned a full score for this challenge.
Hacker 90411 got a score of 100 for challenge 66730 with a difficulty level of 6, so 90411 earned a full score for this challenge.
Only hacker 90411 managed to earn a full score for more than one challenge, so we print the their hacker_id and name as space-separated values.
Top Competitors SQL – Hacker Rank Solution
select Hackers.hacker_id, Hackers.name from Hackers join Submissions on Hackers.hacker_id = submissions.hacker_id join Challenges on Challenges.challenge_id = Submissions.challenge_id join Difficulty on Difficulty.difficulty_level = Challenges.difficulty_level where Submissions.score = Difficulty.score group by Hackers.hacker_id,Hackers.name having count(*)>1 order by count(*) DESC,Hackers.hacker_id; 30 July 2020 at 02:10
Hi! This post couldn’t be written any better! Reading this post reminds me of my old room mate! He always kept chatting about this. I will forward this article to him. Pretty sure he will have a good read. Many thanks for sharing!
Hi, I think your site might be having browser compatibility issues. When I look at your website in Safari, it looks fine but when opening in Internet Explorer, it has some overlapping. I just wanted to give you a quick heads up! Other then that, fantastic blog!
Hello would you mind letting me know which web host you’re working with? I’ve loaded your blog in 3 completely different browsers and I must say this blog loads a lot faster then most. Can you suggest a good hosting provider at a honest price? Kudos, I appreciate it!
Whats up very nice web site!! Guy .. Excellent .. Wonderful .. I’ll bookmark your web site and take the feeds alsoKI am satisfied to search out numerous useful info here in the publish, we’d like develop more strategies in this regard, thanks for sharing. . . . . .
Hello there, I found your web site via Google while searching for a related topic, your website came up, it looks great. I’ve bookmarked it in my google bookmarks.
Hey, you used to write fantastic, but the last few posts have been kinda boringK I miss your super writings. Past several posts are just a little bit out of track! come on!
It’s in reality a great and helpful piece of information. I am happy that you just shared this helpful information with us. Please keep us up to date like this. Thanks for sharing.
I am forever thought about this, appreciate it for posting.
I feel this is among the most significant info for me. And i’m satisfied reading your article. However should remark on some general issues, The site style is perfect, the articles is really excellent : D. Excellent job, cheers
Great write-up, I¦m normal visitor of one¦s website, maintain up the excellent operate, and It is going to be a regular visitor for a lengthy time.
Good – I should definitely pronounce, impressed with your web site. I had no trouble navigating through all tabs and related info ended up being truly easy to do to access. I recently found what I hoped for before you know it at all. Reasonably unusual. Is likely to appreciate it for those who add forums or anything, web site theme . a tones way for your customer to communicate. Excellent task..
Thank you for every other excellent post. Where else may anybody get that kind of info in such a perfect approach of writing? I have a presentation subsequent week, and I’m at the look for such info.
What i don’t understood is in reality how you are now not really a lot more smartly-favored than you might be right now. You’re very intelligent. You understand thus significantly in terms of this subject, made me in my view consider it from a lot of numerous angles. Its like men and women don’t seem to be involved unless it¦s one thing to do with Girl gaga! Your personal stuffs nice. All the time maintain it up!
Great post. I was checking constantly this blog and I’m impressed! Extremely useful information specially the last part 🙂 I care for such information much. I was seeking this certain info for a long time. Thank you and good luck.
Hey very nice web site!! Man .. Excellent .. Amazing .. I will bookmark your site and take the feeds also…I’m happy to find so many useful info here in the post, we need work out more strategies in this regard, thanks for sharing. . . . . .
Some times its a pain in the ass to read what people wrote but this internet site is real user friendly! .
Some truly quality content on this web site, saved to bookmarks.
What’s Taking place i’m new to this, I stumbled upon this I’ve discovered It absolutely useful and it has helped me out loads. I hope to give a contribution & assist different customers like its helped me. Good job.