Hi Team,
I have an array of ids from another table and wants to fetch records from given ids in a single query .
Is it possible or i have the only option to fetch record one by one (by id) or get all records and filter then by given ids.
Please suggest the best approach.