Placements SQl in SQL | HackerRank Programming Solutions | HackerRank SQL Solutions

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 Placements SQl 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 ProblemPlacements SQL โ€“ Hacker Rank Solution

Placements SQL โ€“ Hacker Rank Solution

Problem:

You are given three tables: Students, Friends and Packages. Students contains two columns: ID and NameFriends contains two columns: ID and Friend_ID (ID of the ONLY best friend). Packages contains two columns: ID and Salary (offered salary in $ thousands per month).

1443820186 2a9b4939a8 1

Write a query to output the names of those students whose best friends got offered a higher salary than them. Names must be ordered by the salary amount offered to the best friends. It is guaranteed that no two students got same salary offer.

Sample Input

1443820079 9bd1e231b1 2 1
1443820100 adb691b2f5 2 2

Sample Output

Samantha
Julia
Scarlet


Explanation

See the following table:

1443819966 c37c146d27 3

Now,

  • Samanthaโ€™s best friend got offered a higher salary than her at 11.55
  • Juliaโ€™s best friend got offered a higher salary than her at 12.12
  • Scarletโ€™s best friend got offered a higher salary than her at 15.2
  • Ashleyโ€™s best friend did NOT get offered a higher salary than her

The name output, when ordered by the salary offered to their friends, will be:

  • Samantha
  • Julia
  • Scarlet
Placements SQL โ€“ Hacker Rank Solution
select temp1.sn
from (select S.ID si,S.Name sn,P.Salary ps from Students S join Packages P on S.ID=P.ID) temp1 join (select FF.ID fi,FF.Friend_ID fd,PP.Salary 
pps from Friends FF join Packages PP on FF.Friend_ID=pp.ID) temp2 on temp1.si=temp2.fi and temp1.ps<temp2.pps
order by temp2.pps asc;

53 thoughts on “Placements SQl in SQL | HackerRank Programming Solutions | HackerRank SQL Solutions”

  1. Hi there! I’m at work surfing around your blog from my new iphone 3gs! Just wanted to say I love reading your blog and look forward to all your posts! Carry on the superb work!

    Reply
  2. You can definitely see your expertise within the work you write. The arena hopes for even more passionate writers such as you who are not afraid to say how they believe. At all times follow your heart. “A second wife is hateful to the children of the first a viper is not more hateful.” by Euripides.

    Reply
  3. Hello there, just turned into aware of your blog via Google, and found that it’s truly informative. I am gonna be careful for brussels. I will be grateful should you continue this in future. Numerous other people will be benefited out of your writing. Cheers!

    Reply
  4. Hey there! I’ve been following your web site for some time now and finally got the courage to go ahead and give you a shout out from Kingwood Tx! Just wanted to tell you keep up the excellent job!

    Reply
  5. Hey There. I discovered your weblog using msn. That is an extremely smartly written article. Iโ€™ll be sure to bookmark it and come back to read extra of your useful information. Thank you for the post. I will certainly return.

    Reply
  6. Hello I am so happy I found your blog page, I really found you by mistake, while I was researching on Aol for something else, Anyways I am here now and would just like to say thanks a lot for a marvelous post and a all round exciting blog (I also love the theme/design), I donโ€™t have time to read it all at the minute but I have bookmarked it and also added your RSS feeds, so when I have time I will be back to read much more, Please do keep up the excellent job.

    Reply
  7. Have you ever considered writing an e-book or guest authoring on other sites? I have a blog based upon on the same subjects you discuss and would really like to have you share some stories/information. I know my audience would appreciate your work. If you are even remotely interested, feel free to send me an email.

    Reply
  8. Thank you for the sensible critique. Me & my neighbor were just preparing to do a little research on this. We got a grab a book from our area library but I think I learned more clear from this post. I am very glad to see such wonderful info being shared freely out there.

    Reply
  9. Itโ€™s actually a great and useful piece of info. Iโ€™m glad that you shared this helpful info with us. Please keep us up to date like this. Thanks for sharing.

    Reply
  10. Pingback: moss erg

Leave a Comment

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker๐Ÿ™.

Powered By
Best Wordpress Adblock Detecting Plugin | CHP Adblock