The following query returns one row of data even though the page in question was deleted on March 8th, 2016.
SELECT
p.page_title
FROM
trwiki_p.page p
WHERE
p.page_namespace = 0 AND p.page_title = 'Fort'May this have been caused by a caching issue?