"SQL is itself an abstraction over the "language" of query execution plans." This is completely wrong. SQL is a declarative language, it tells database what to do, not how to do it (aka query plan).
"SQL is itself an abstraction over the "language" of query execution plans." This is completely wrong. SQL is a declarative language, it tells database what to do, not how to do it (aka query plan).