db:
users
---key1
---key2
---key3
---key4
var array = [key1,key2,key4]
how do I write a query to retrieve key1, key2 and key4 and not key3 since it is not in array? I was doing this by pulling all keys and fetching it in client side.