Content deleted Content added
→External links: +ja |
m →Equivalency: changed "Ie" to "For example", fixed a typo, changed "Ie" to "i.e." |
||
Line 24:
== Equivalency ==
A view is equivalent to its source query. When queries are run against views, the query is modified.
<pre>
accounts view:
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 (
==External links==
|