I'm a complete WordPress noob, so forgive any ignorance in the following question.
I have a database with NFL players' statistics and I'm interested in displaying that information in a blog post. Is it possible to have a SQL call to render that data be made when the user views the post? In other words, I'm trying to avoid cutting-and-pasting data from the database and into the blog post. I'd prefer to have a call to the database pull that data out and simply display it in the post.
Any insight into this topic is appreciated. FWIW, I'm a developer, so feel free to speak in dev-terms.