IQueryable inherited from IEnumerable interface only, so anything you can do with a IEnumerable, you can also do with an IQueryable also.
For example, iterating the collection can be done by both IEnumerable and IQueryable.
For example, iterating the collection can be done by both IEnumerable and IQueryable.