0574. Winning Candidate
https://leetcode.com/problems/winning-candidate
Description
Table: Candidate
Table: Vote
Write a sql to find the name of the winning candidate, the above example will return the winner B
.
Notes:
You may assume there is no tie, in other words there will be only one winning candidate.
ac
Last updated