Solve SQL problem in 2 different ways

The Problem we have 2 tables user Table vote Count Table as given below: name idname 1A 2B 3C votCount idvote 13 24 37 Write a query such that it will show only the name of the user that has the top vote and it has to be in one...