Cached Result
SELECT [c].[Id], [c].[Name], [c].[OrganizationUnitId]
FROM [Cisterns] AS [c]
WHERE [c].[OrganizationUnitId] = 10
;