SELECT * FROM wp_postmeta pm LEFT JOIN wp_posts wp ON wp.ID = pm.post_id WHERE wp.ID IS NULL
Get a list of orphaned post meta
This post brought to you by RocketGeek, ButlerBlog, and the following:
A curated collection of code snippets for WordPress