Fly Cup Challenge - Task 3

shashank_adiga_0-1665224661091.png

Facing errors while completing the task 3, here event_pilot_id is present outside the mentioned reference tables. So, where are we supposed to write the query and what's the joining method?

 

Solved Solved
0 7 484
1 ACCEPTED SOLUTION

SELECT `drl.pilots`.name, `drl.event_pilots`.id FROM `drl.event_pilots` LEFT JOIN `drl.pilots` ON `drl.pilots`.id = `drl.event_pilots`.pilot_id

View solution in original post

7 REPLIES 7

SELECT `drl.pilots`.name, `drl.event_pilots`.id FROM `drl.event_pilots` LEFT JOIN `drl.pilots` ON `drl.pilots`.id = `drl.event_pilots`.pilot_id

@brlikhon please can you provide solutions for fly cup challenge as  I am facing issues in solving it.

We can help you in getting the solution wherever you face problem, but asking for complete solution is not fair for those who have figured it out on their own and ranked themselves in top50.

@SidVjSingh so please help me in task 5.

You just need to add table name and column name

hey can anyone pls help me with this i am unable to register for the google next event i chose sign in with google and its stuck on details page from like 2 daysScreenshot (100).png

Top Labels in this Space