I have created a letter game in java and i need to include a high score function into it. Using Microsoft access database through JDBC. The table in the database contains the following
Table name Easy
fields
Name
Score
Time
In need an SQL statement that displays the top 5 scores in the order highest score and lowest time. eg. if there are two players who scored 20 the player with the smaller time should be on top but if there is a player who scored 21, he should be on top regardless of the time.