What is the difference between SQL queries and Evolution calls?
EVOLUTION calls are much easier to learn, code, modify, and maintain. SQL queries are hard-coded to the specific database that they are written to access. EVOLUTION calls are both database and application independent (so developers use the same calls regardless of the RDBMS or application being developed).