Possible Duplicate:
Data from the Stack Exchange Data Explorer are obsolete
I'm just now exploring Data Explorer (for StackOverflow) and I wrote a simple query to see how many questions I asked. I get 8 rows as result, but on my StackOverflow account there are 10 questions.
Why is the information on Data Explorer not consistent with the actual data on StackOverflow ?
PS: I used this query: select ViewCount, Title from Posts where PostTypeId=1 and OwnerUserId=995822 (995822 is my user ID).
