Interested in Computational Social Science & Public Policy.
StackExchange Data Explorer
SELECT A.creationdate, Q.tags, Q.title, Q.viewcount,
A.score, A.id, Q.acceptedanswerid
FROM posts AS Q
LEFT JOIN posts AS A
ON Q.id = A.parentid
WHERE A.owneruserid = 10140310
ORDER BY A.creationdate DESC;