Content deleted Content added
Line 62:
FROM table_customers c JOIN accounts_table a
ON a.customerid = c.customer_id )</pre>
From this point on the optimiser takes the query, removes unnecessary complexity (Ie it is not necessary to read the address, since the parent invocation doese not make use of it) and then sends the query to the sql engine for processing.
==External links==
|