[ Team LiB ] Previous Section Next Section

Q&A

Q1:

Why would you want to build multitable queries?

A1:

If you have properly separated data to normalize it (for example, into customers, orders, and order details), you might want to bring the data back together by using queries. To do this, you'd need to use multitable queries.

Q2:

Why are you able to update query results?

A2:

A query result is a dynamic set of records that maintains a link to the original data. When you update a query result, you update the original data.

Q3:

What are the two ways you can run a query? Explain the difference between them.

A3:

You can click the Run button or you can click the Query View button. Whereas the Run button runs any type of query, the Query View button runs only Select queries.

    [ Team LiB ] Previous Section Next Section