I have stored some names and scores in a SQLite Database, as shown in the screenshot.

Database name: database
Table name: table
Fields in table Table:
* Name
* Score
I can retrieve the name from the database for the given score.
My requirement is, if I give a range value of 10, it should be added to the score and I should get the set of names in the given range.
For example, if the range value is 10, and the given score is 120, I should get the set of names between the range 120 to 130.
So, the result should be Mike, Raj and Sams.
How could I make this work? Is there any query? Thanks in advance.
Sure, how about:
Alternative syntax: