Is there any way to know the answer for this queries

  • User with maximum points
  • Question with maximum points
  • Question with minimum points
  • Answer with maximum points
  • Question with maximum comments
share|improve this question
5  
The answer to #1 is always Jon Skeet. – vcsjones Jul 30 '12 at 16:51
4  
You can answer the first three directly from the site. – Mat Jul 30 '12 at 16:53
2  
You can get the 4th one with is:answer, sorted by votes – jadarnel27 Jul 30 '12 at 16:55
@jadarnel27 it's possible for an answer with less votes than another to have more points due to the bounty system (though that isn't the case). – vcsjones Jul 30 '12 at 16:59
@vcsjones Ah, that's true. I assumed that "highest score" was what the OP meant by "maximum points." – jadarnel27 Jul 30 '12 at 17:02

2 Answers

up vote 4 down vote accepted

You can use the StackExchange Data Explorer to answer all these questions. The data isn't realtime, it can get stale up to a month.

Here is an example query which answers, "Which question has the most comments"?

share|improve this answer

Sure, go here and write your queries. The schema documentation is over on the right-hand side.

But the answers to some of your questions are available in the Stack UI; for example push the "Users" button up there and sort according to whatever criteria you like.

share|improve this answer

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged