Query Optimization
Introduction
SQL is a declarative language, which means that when you request a query, you specify the data you want, but not how to get it. The database management system (DBMS) is responsible for determining the most efficient way to retrieve the r...
samuel-sorial.hashnode.dev6 min read