groostav
customers.filter { x -> x.age > 35 }
customers.where(x => x.age > 35)
SELECT * FROM c = Customers WHERE c.age > 35