I still live in this ambiguity: conceptually what\'s the difference between a statement and a query in SQL? Can anybody give a definition f
They're used interchangeably by most, but some often use the word "query" to mean, specifically, SELECT statements, because when you query something or someone, you want information. And SELECT queries return result sets, so that'd fit the description nicely. This also is evident in the fact that SELECT statements are formally called DQL (Data Query Language) statements.