Yep, precisely. My only argument is that SQL is used by a host of major database applications including, but not limited to, MySQL, Oracle, Microsoft SQL, and even Access.
I could even create a SQL statement that would determine the ROWS to be returned. So, in one easy to understand statement, an entire MC view could practically be created.
SELECT Name,Artist,Album FROM audio WHERE BensRating != Rating AND Genre == "Christmas" ORDER BY Album,TrackNum;