This query works on odata.stackexchange.com
select Tags from Posts
Yet, if you access OData endpoint like this:
http://data.stackexchange.com/stackoverflow/atom/Posts
... you can see that Tags field mysteriously has became TagNames field:
<d:TagNames><c#><math></d:TagNames>
Do you know why? Is it a different database?