• Hi Kingston and all,

    Got it. I have read some article. So If i make a query like

    Select * from employeeId where employeeId between 'xxxxxx' and 'xxxx'

    or

    Select * from employeeId where employeeId > 'xxxxx'.

    These kind of query will be fetched from the database too fast using index.

    Please correct me if i am wrong.