[h=2]Designing a Query
[h=4]Locating the Tables that Contain the Information We Need
In order to write a query, you need to be pretty familiar with the different tables in your database. From working
extensively with our own database, we know that the customer information we need is located in fields in the
Customers table. Our Order ID numbers are in a field in the Orders table. We only need to include these two tables to find all of the information we need.
[h=4]Locating the Tables that Contain the Information We Need
In order to write a query, you need to be pretty familiar with the different tables in your database. From working
extensively with our own database, we know that the customer information we need is located in fields in the
Customers table. Our Order ID numbers are in a field in the Orders table. We only need to include these two tables to find all of the information we need.
